aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-13 07:53:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-13 07:53:06 +0000
commit4ae3bd71ea5b29f60cfe7835c171661b5066081a (patch)
tree415884fba280658730568c8066d2eec2a091139c /lib
parenta9390665b811ac68c68e2447b7282359b98d13cc (diff)
Curl_tvnow is now properly declared with (void)
Diffstat (limited to 'lib')
-rw-r--r--lib/timeval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/timeval.c b/lib/timeval.c
index 74bf10695..dfae21a30 100644
--- a/lib/timeval.c
+++ b/lib/timeval.c
@@ -53,7 +53,7 @@ gettimeofday (struct timeval *tp, void *nothing)
#endif
#endif
-struct timeval Curl_tvnow ()
+struct timeval Curl_tvnow (void)
{
struct timeval now;
#ifdef HAVE_GETTIMEOFDAY