Curl_tvnow is now properly declared with (void)

This commit is contained in:
Daniel Stenberg
2001-03-13 07:53:06 +00:00
parent a9390665b8
commit 4ae3bd71ea

View File

@@ -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