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
1 changed files with 1 additions and 1 deletions

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