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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct timeval Curl_tvnow ();
|
struct timeval Curl_tvnow (void);
|
||||||
|
|
||||||
/* the diff is from now on returned in number of milliseconds! */
|
/* the diff is from now on returned in number of milliseconds! */
|
||||||
long Curl_tvdiff (struct timeval t1, struct timeval t2);
|
long Curl_tvdiff (struct timeval t1, struct timeval t2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user