mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
corrected the Curl_tvnow prototype (-Wstrict-prototypes found it)
This commit is contained in:
parent
3d438d8d64
commit
5623e0bb0e
@ -42,7 +42,7 @@ struct timeval {
|
||||
#endif
|
||||
#endif
|
||||
|
||||
struct timeval Curl_tvnow ();
|
||||
struct timeval Curl_tvnow (void);
|
||||
|
||||
/* the diff is from now on returned in number of milliseconds! */
|
||||
long Curl_tvdiff (struct timeval t1, struct timeval t2);
|
||||
|
Loading…
Reference in New Issue
Block a user