summaryrefslogtreecommitdiffstats
path: root/polyp/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/util.h')
-rw-r--r--polyp/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/polyp/util.h b/polyp/util.h
index 2b7e6bbe..2448b0fa 100644
--- a/polyp/util.h
+++ b/polyp/util.h
@@ -82,5 +82,6 @@ int pa_unlock_lockfile(int fd);
FILE *pa_open_config_file(const char *env, const char *global, const char *local, char **result);
char *pa_hexstr(const uint8_t* d, size_t dlength, char *s, size_t slength);
+size_t pa_parsehex(const char *p, uint8_t *d, size_t dlength);
#endif