summaryrefslogtreecommitdiffstats
path: root/lib/util/util_str_hex.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/util_str_hex.h')
-rw-r--r--lib/util/util_str_hex.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/util/util_str_hex.h b/lib/util/util_str_hex.h
new file mode 100644
index 0000000..7dd527f
--- /dev/null
+++ b/lib/util/util_str_hex.h
@@ -0,0 +1,5 @@
+#include "replace.h"
+
+bool hex_uint32(const char *in, uint32_t *out);
+struct GUID;
+bool parse_guid_string(const char *s, struct GUID *guid);