From: Daniel Stenberg Date: Mon, 5 Nov 2001 12:37:22 +0000 (+0000) Subject: corrected the Curl_tvnow prototype (-Wstrict-prototypes found it) X-Git-Tag: curl-7_9_2~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5623e0bb0ef5a0c55aa2ef81ece4b50a6bd77c86;p=curl corrected the Curl_tvnow prototype (-Wstrict-prototypes found it) --- 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);