aboutsummaryrefslogtreecommitdiffstats
path: root/common/gettime.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/gettime.c')
-rw-r--r--common/gettime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gettime.c b/common/gettime.c
index cbf24364e..20d8fa109 100644
--- a/common/gettime.c
+++ b/common/gettime.c
@@ -64,7 +64,7 @@ static enum { NORMAL = 0, FROZEN, FUTURE, PAST } timemode;
/* Wrapper for the time(3). We use this here so we can fake the time
for tests */
time_t
-gnupg_get_time ()
+gnupg_get_time (void)
{
time_t current = time (NULL);
if (current == (time_t)(-1))