Curl_tvnow is now properly declared with (void)
authorDaniel Stenberg <daniel@haxx.se>
Tue, 13 Mar 2001 07:53:06 +0000 (07:53 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 13 Mar 2001 07:53:06 +0000 (07:53 +0000)
lib/timeval.c

index 74bf10695c0ad81d6f885e824ff7109dd9d11305..dfae21a304e81bc53504962b8ae98d235fa9dbb6 100644 (file)
@@ -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