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:
a939066
)
Curl_tvnow is now properly declared with (void)
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 13 Mar 2001 07:53:06 +0000
(07:53 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 13 Mar 2001 07:53:06 +0000
(07:53 +0000)
lib/timeval.c
patch
|
blob
|
history
diff --git
a/lib/timeval.c
b/lib/timeval.c
index 74bf10695c0ad81d6f885e824ff7109dd9d11305..dfae21a304e81bc53504962b8ae98d235fa9dbb6 100644
(file)
--- a/
lib/timeval.c
+++ b/
lib/timeval.c
@@
-53,7
+53,7
@@
gettimeofday (struct timeval *tp, void *nothing)
#endif
#endif
-struct timeval Curl_tvnow ()
+struct timeval Curl_tvnow (
void
)
{
struct timeval now;
#ifdef HAVE_GETTIMEOFDAY