summaryrefslogtreecommitdiff
path: root/lib/timeval.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/timeval.h')
-rw-r--r--lib/timeval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/timeval.h b/lib/timeval.h
index 84ab79601..c8ce59362 100644
--- a/lib/timeval.h
+++ b/lib/timeval.h
@@ -42,7 +42,7 @@ struct timeval {
#endif
#endif
-struct timeval Curl_tvnow ();
+struct timeval Curl_tvnow (void);
/* the diff is from now on returned in number of milliseconds! */
long Curl_tvdiff (struct timeval t1, struct timeval t2);