aboutsummaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2017-12-18 23:31:09 +0100
committerToni Uhlig <matzeton@googlemail.com>2017-12-18 23:31:09 +0100
commit3c491a8bec71606b7af5f1d8c34de8e9710bbe13 (patch)
tree8d909a5a1fc72138887078c9c54b3b6514253234 /utils.h
parent9c82c27e6326609150db837f37077774a8a5919c (diff)
ptunnel-ng:
* this is now an autotools project (added/renamed required files e.g. AUTHORS, COPYING) * removed user defined ip header (buggy; not useful anymore)
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/utils.h b/utils.h
deleted file mode 100644
index 7a2b551..0000000
--- a/utils.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef UTILS_H
-#define UTILS_H 1
-
-#define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
-
-void pt_log(int level, const char *fmt, ...);
-
-double time_as_double(void);
-
-#if 0
-void print_hexstr(unsigned char *buf, size_t siz);
-#endif
-
-#endif