mirror of
https://github.com/curl/curl.git
synced 2026-07-26 05:17:17 +03:00
Curl_tvnow is now properly declared with (void)
This commit is contained in:
parent
a9390665b8
commit
4ae3bd71ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue