mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Curl_tvnow is now properly declared with (void)
This commit is contained in:
parent
a9390665b8
commit
4ae3bd71ea
@ -53,7 +53,7 @@ gettimeofday (struct timeval *tp, void *nothing)
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct timeval Curl_tvnow ()
|
struct timeval Curl_tvnow (void)
|
||||||
{
|
{
|
||||||
struct timeval now;
|
struct timeval now;
|
||||||
#ifdef HAVE_GETTIMEOFDAY
|
#ifdef HAVE_GETTIMEOFDAY
|
||||||
|
Loading…
Reference in New Issue
Block a user