vty: Add a new callback to let code decide if it is a config node or not
[osmocom-bb.git] / include / osmocore / utils.h
index 51c6f03..3574f7f 100644 (file)
@@ -17,4 +17,8 @@ char bcd2char(uint8_t bcd);
 /* only works for numbers in ascci */
 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