core: add bin -> hex string converter

This commit is contained in:
Dan Williams
2010-11-05 14:44:20 -05:00
parent 6921a9f71d
commit 2a98b2ae2d
2 changed files with 16 additions and 0 deletions

View File

@@ -20,5 +20,7 @@ int utils_hex2byte (const char *hex);
char *utils_hexstr2bin (const char *hex, gsize *out_len);
char *utils_bin2hexstr (const guint8 *bin, gsize len);
#endif /* MM_UTILS_H */