summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte2010-07-30 11:43:30 +0200
committerHarald Welte2010-07-30 11:47:50 +0200
commitdee47cd14dc426c45253f576edaae9fe9c4e028a (patch)
treee8f45b47bf1ac3914184b10c6abba314822b6b28 /include
parentmove hexdump() from logging.c to utils.c (diff)
downloadlibosmocore-dee47cd14dc426c45253f576edaae9fe9c4e028a.tar.gz
libosmocore-dee47cd14dc426c45253f576edaae9fe9c4e028a.tar.xz
libosmocore-dee47cd14dc426c45253f576edaae9fe9c4e028a.zip
add new hexdump_nospc() function
Diffstat (limited to 'include')
-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 07af180..3574f7f 100644
--- a/include/osmocore/utils.h
+++ b/include/osmocore/utils.h
@@ -19,5 +19,6 @@ uint8_t char2bcd(char c);
int hexparse(const char *str, uint8_t *b, int max_len);
char *hexdump(const unsigned char *buf, int len);
+char *hexdump_nospc(const unsigned char *buf, int len);
#endif