corrected the Curl_tvnow prototype (-Wstrict-prototypes found it)
authorDaniel Stenberg <daniel@haxx.se>
Mon, 5 Nov 2001 12:37:22 +0000 (12:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 5 Nov 2001 12:37:22 +0000 (12:37 +0000)
lib/timeval.h

index 84ab796..c8ce593 100644 (file)
@@ -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);