summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 2ed7607c..24416616 100644
--- a/include/common.h
+++ b/include/common.h
@@ -627,6 +627,9 @@ int int_in_list(char *list, int value);
int uint64_in_list(char *list, zbx_uint64_t value);
int ip_in_list(char *list, char *ip);
+/* Time related functions */
+double time_diff(struct timeval *from, struct timeval *to);
+
int MAIN_ZABBIX_ENTRY(void);