From fb7af94ba14fcb19bc35d44e9178d4bb55a93e2f Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 17 Dec 2017 15:23:23 +0100 Subject: ptunnel-ng: * source refactoring * utils functions pt_log, time_as_double * handle_pkt moved to pkt.c --- utils.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'utils.h') 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 -- cgit v1.2.3