aboutsummaryrefslogtreecommitdiff
path: root/src/helper/time_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/time_support.h')
-rw-r--r--src/helper/time_support.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helper/time_support.h b/src/helper/time_support.h
index 58c8c48b..7abbdb24 100644
--- a/src/helper/time_support.h
+++ b/src/helper/time_support.h
@@ -38,6 +38,7 @@
int timeval_subtract(struct timeval *result, struct timeval *x, struct timeval *y);
int timeval_add_time(struct timeval *result, long sec, long usec);
+int timeval_compare(const struct timeval *x, const struct timeval *y);
/** @returns gettimeofday() timeval as 64-bit in ms */
int64_t timeval_ms(void);