diff options
author | Dan Williams <dcbw@redhat.com> | 2010-11-05 14:44:20 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-11-05 14:44:20 -0500 |
commit | 2a98b2ae2d2541e78fad4d931a84094f3b00773a (patch) | |
tree | 5a4e2ebd7d9117e08654367464b672e6eec09fc5 /src/mm-utils.h | |
parent | 6921a9f71d7d6b4cc60f7fa776d62ef8f814ec76 (diff) |
core: add bin -> hex string converter
Diffstat (limited to 'src/mm-utils.h')
-rw-r--r-- | src/mm-utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-utils.h b/src/mm-utils.h index 79e7827b..1b9b328f 100644 --- a/src/mm-utils.h +++ b/src/mm-utils.h @@ -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 */ |