corrected the Curl_tvnow prototype (-Wstrict-prototypes found it)

This commit is contained in:
Daniel Stenberg 2001-11-05 12:37:22 +00:00
parent 3d438d8d64
commit 5623e0bb0e
1 changed files with 1 additions and 1 deletions

View File

@ -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);