Curl_tvnow is now properly declared with (void)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user