aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/debug.h')
-rw-r--r--include/openbsc/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openbsc/debug.h b/include/openbsc/debug.h
index d30f0d05a..56719806f 100644
--- a/include/openbsc/debug.h
+++ b/include/openbsc/debug.h
@@ -22,6 +22,7 @@
#define static_assert(exp, name) typedef int dummy##name [(exp) ? 1 : -1];
+void hexdump(unsigned char *buf, int len);
void debugp(unsigned int subsys, char *file, int line, const char *format, ...);
void debug_parse_category_mask(const char* mask);
void debug_use_color(int use_color);