add timeval prototypes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7990 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-03-03 09:01:48 +00:00
parent 33942db711
commit 49fd620e6c

View File

@@ -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__ */