aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocore/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocore/utils.h')
-rw-r--r--include/osmocore/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocore/utils.h b/include/osmocore/utils.h
index c5b95bd3..07af1802 100644
--- a/include/osmocore/utils.h
+++ b/include/osmocore/utils.h
@@ -18,5 +18,6 @@ char bcd2char(uint8_t bcd);
uint8_t char2bcd(char c);
int hexparse(const char *str, uint8_t *b, int max_len);
+char *hexdump(const unsigned char *buf, int len);
#endif