Commit 4ae3bd71 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Curl_tvnow is now properly declared with (void)

parent a9390665
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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