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:
authorEmil Velikov <emil.l.velikov@gmail.com>2020-12-23 22:43:57 +0000
committerAllan McRae <allan@archlinux.org>2020-12-29 12:38:23 +1000
commitccdd1e3fd92591755e2b94bf63416c7b30cd217a (patch)
tree5dd2bab62c6ca7299777e6916ade3f56653e3db8 /src/common/util-common.h
parent831fc568fc87a75bb6e05575b93a7541b49e7aba (diff)
Move hex_representation() to src/common
We'll reuse the function in pacman with a later commit. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
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);