From 49fd620e6cebc28e60e202e077414b381c8046b6 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 3 Mar 2000 09:01:48 +0000 Subject: [PATCH] add timeval prototypes git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7990 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken-common.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/roken/roken-common.h b/lib/roken/roken-common.h index bb19de510..ca9f2c3cd 100644 --- a/lib/roken/roken-common.h +++ b/lib/roken/roken-common.h @@ -290,5 +290,8 @@ vstrcollect(va_list *ap); char ** strcollect(char *first, ...); +void timevalfix(struct timeval *t1); +void timevaladd(struct timeval *t1, const struct timeval *t2); +void timevalsub(struct timeval *t1, const struct timeval *t2); #endif /* __ROKEN_COMMON_H__ */