summaryrefslogtreecommitdiff
path: root/src/timeval_functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/timeval_functions.h')
-rw-r--r--src/timeval_functions.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/timeval_functions.h b/src/timeval_functions.h
index 8741442..8472760 100644
--- a/src/timeval_functions.h
+++ b/src/timeval_functions.h
@@ -24,6 +24,9 @@
#include <sys/time.h>
struct timeval timeval_create(long tv_sec, long tv_usec);
+int timeval_compare(struct timeval* first, struct timeval* second);
+int timeval_subtract(struct timeval* first, struct timeval* second);
+int timeval_lq_zero(struct timeval* timer);
#endif