Commit 5623e0bb authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 3d438d8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);