projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d438d8
)
corrected the Curl_tvnow prototype (-Wstrict-prototypes found it)
author
Daniel Stenberg
<daniel@haxx.se>
Mon, 5 Nov 2001 12:37:22 +0000
(12:37 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Mon, 5 Nov 2001 12:37:22 +0000
(12:37 +0000)
lib/timeval.h
patch
|
blob
|
history
diff --git
a/lib/timeval.h
b/lib/timeval.h
index
84ab796
..
c8ce593
100644
(file)
--- a/
lib/timeval.h
+++ b/
lib/timeval.h
@@
-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);