summaryrefslogtreecommitdiff
path: root/lib/timeval.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-04 12:09:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-04 12:09:52 +0000
commit93a85729288b668ad865de6598b4694c88537c27 (patch)
tree2db0db3cbb498b2f78d7cac26a06bfc2cb6cca0d /lib/timeval.h
parent591fe66f18a289b47b6f6767b4a460955355a5d6 (diff)
downloadgnurl-93a85729288b668ad865de6598b4694c88537c27.tar.gz
gnurl-93a85729288b668ad865de6598b4694c88537c27.tar.bz2
gnurl-93a85729288b668ad865de6598b4694c88537c27.zip
white space and copyright year changes
Diffstat (limited to 'lib/timeval.h')
-rw-r--r--lib/timeval.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/timeval.h b/lib/timeval.h
index 02d08fa60..3664ba652 100644
--- a/lib/timeval.h
+++ b/lib/timeval.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2003, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2004, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -31,7 +31,6 @@
#include <sys/time.h>
#endif
-
#ifndef HAVE_GETTIMEOFDAY
#if !defined(_WINSOCKAPI_) && !defined(__MINGW32__)
struct timeval {
@@ -41,11 +40,10 @@ struct timeval {
#endif
#endif
-struct timeval Curl_tvnow (void);
+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);
-
-long Curl_tvlong (struct timeval t1);
+long Curl_tvdiff(struct timeval t1, struct timeval t2);
+long Curl_tvlong(struct timeval t1);
#endif