/*
- * $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
*
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);