mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:43:34 +03:00
corrected the Curl_tvnow prototype (-Wstrict-prototypes found it)
This commit is contained in:
parent
3d438d8d64
commit
5623e0bb0e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue