Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/common/util-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/util-common.h')
-rw-r--r--src/common/util-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/util-common.h b/src/common/util-common.h
index 483d5da4..d9b6b4b7 100644
--- a/src/common/util-common.h
+++ b/src/common/util-common.h
@@ -23,6 +23,7 @@
#include <stdio.h>
#include <sys/stat.h> /* struct stat */
+char *hex_representation(const unsigned char *bytes, size_t size);
const char *mbasename(const char *path);
char *mdirname(const char *path);