From dee47cd14dc426c45253f576edaae9fe9c4e028a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 30 Jul 2010 11:43:30 +0200 Subject: add new hexdump_nospc() function --- include/osmocore/utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/osmocore/utils.h b/include/osmocore/utils.h index 07af1802..3574f7f8 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 -- cgit v1.2.3