diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-21 14:33:20 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-21 14:33:20 +0000 |
commit | 8b1789c71ff21b066138fc3eab03f40b1e68f67a (patch) | |
tree | acf2fbc658727767e0448af5a20c5bd506d9b9b0 /src/common/util.h | |
parent | b3c0d066e535d33d9ed271e92eb30cdefb18385e (diff) | |
download | tor-8b1789c71ff21b066138fc3eab03f40b1e68f67a.tar.gz tor-8b1789c71ff21b066138fc3eab03f40b1e68f67a.zip |
r18336@catbus: nickm | 2008-02-21 09:33:15 -0500
Patch from Sebastian Hahn: remove obsolete timeval manipulation functions.
svn:r13653
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/util.h b/src/common/util.h index 14638b29a4..307f5a97b7 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -193,9 +193,6 @@ int base16_decode(char *dest, size_t destlen, const char *src, size_t srclen); /* Time helpers */ long tv_udiff(const struct timeval *start, const struct timeval *end); -void tv_addms(struct timeval *a, long ms); -void tv_add(struct timeval *a, const struct timeval *b); -int tv_cmp(const struct timeval *a, const struct timeval *b); time_t tor_timegm(struct tm *tm); #define RFC1123_TIME_LEN 29 void format_rfc1123_time(char *buf, time_t t); |