From: wessels <> Date: Sat, 15 Nov 1997 13:02:04 +0000 (+0000) Subject: rusage hacks if its not defined X-Git-Tag: SQUID_3_0_PRE1~4525 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a074b2eb14a95b132c3b062519329271c35dacb;p=thirdparty%2Fsquid.git rusage hacks if its not defined tfSubDsec() --- diff --git a/include/util.h b/include/util.h index 5313f40ec6..41438f1a11 100644 --- a/include/util.h +++ b/include/util.h @@ -1,5 +1,5 @@ /* - * $Id: util.h,v 1.34 1997/11/03 20:05:10 wessels Exp $ + * $Id: util.h,v 1.35 1997/11/15 06:02:04 wessels Exp $ * * AUTHOR: Harvest Derived * @@ -136,6 +136,7 @@ extern const char *xstrerror(void); extern const char *xbstrerror(int); extern int tvSubMsec(struct timeval, struct timeval); extern int tvSubUsec(struct timeval, struct timeval); +extern double tvSubDsec(struct timeval, struct timeval); extern char *xstrncpy(char *, const char *, size_t); extern time_t parse_rfc1123(const char *str); extern void *xcalloc(int, size_t);