From b6b209d5433fb9f29acc468781edd267ce741cb5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 2 Jan 2004 22:11:39 +0000 Subject: Forgot much of the changes git-svn-id: file:///home/lennart/svn/public/ivam2/trunk@11 dbf6933d-3bce-0310-9bcc-ed052ba35b35 --- src/timevalarith.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/timevalarith.h (limited to 'src/timevalarith.h') diff --git a/src/timevalarith.h b/src/timevalarith.h new file mode 100644 index 0000000..c0c015b --- /dev/null +++ b/src/timevalarith.h @@ -0,0 +1,11 @@ +#ifndef footimevalarithhfoo +#define footimevalarithhfoo + +#include +#include + +struct timeval timeval_max(struct timeval a, struct timeval b); +struct timeval timeval_add(struct timeval a, uint32_t d); +struct timeval timeval_sub(struct timeval a, uint32_t s); + +#endif -- cgit