summaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-03-12 22:00:41 +0000
committerChristian Pointner <equinox@anytun.org>2009-03-12 22:00:41 +0000
commit556052777711b5969986fc06ba862548f7c04912 (patch)
treea19954aee90e82a74376027d58b62bcb28d1f2cf /src/log.h
parentbugfix @ BSD tunDevice (diff)
moved hex-dump function to log_*
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/log.h b/src/log.h
index 70f4316..46ea867 100644
--- a/src/log.h
+++ b/src/log.h
@@ -84,5 +84,6 @@ void log_close();
void update_max_prio();
int log_add_target(const char* conf);
void log_printf(log_prio_t prio, const char* fmt, ...);
+void log_print_hex_dump(log_prio_t prio, const u_int8_t* buf, u_int32_t len);
#endif