]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
rusage hacks if its not defined
authorwessels <>
Sat, 15 Nov 1997 13:02:04 +0000 (13:02 +0000)
committerwessels <>
Sat, 15 Nov 1997 13:02:04 +0000 (13:02 +0000)
tfSubDsec()

include/util.h

index 5313f40ec6ca386c2b21ea966843aa0325c3ef1d..41438f1a1190f48b0180a71195890ae113a19f9b 100644 (file)
@@ -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);