From 4ae3bd71ea5b29f60cfe7835c171661b5066081a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 13 Mar 2001 07:53:06 +0000 Subject: [PATCH] Curl_tvnow is now properly declared with (void) --- lib/timeval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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