summaryrefslogtreecommitdiffstats
path: root/polyp/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/util.h')
-rw-r--r--polyp/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/polyp/util.h b/polyp/util.h
index 0299148e..2b7e6bbe 100644
--- a/polyp/util.h
+++ b/polyp/util.h
@@ -81,4 +81,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);
+
#endif