aboutsummaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2017-12-17 15:23:23 +0100
committerToni Uhlig <matzeton@googlemail.com>2017-12-17 15:26:00 +0100
commitfb7af94ba14fcb19bc35d44e9178d4bb55a93e2f (patch)
tree94d2ee0763120b146c8358a18146e75713319007 /utils.h
parent0c2b8553eec966e5a96a3c42347674c90e100da2 (diff)
ptunnel-ng:
* source refactoring * utils functions pt_log, time_as_double * handle_pkt moved to pkt.c
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils.h b/utils.h
index 2ac39f7..5bd539a 100644
--- a/utils.h
+++ b/utils.h
@@ -3,4 +3,8 @@
#define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
+void pt_log(int level, const char *fmt, ...);
+
+double time_as_double(void);
+
#endif