summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-01-28 06:45:04 +0100
committerLennart Poettering <lennart@poettering.net>2010-01-28 06:45:04 +0100
commitfb624d04e56018defe297eff1d88888b192caeaa (patch)
tree5e27860fac6275204b3d2d601a5fd8e4c71f20f7 /util.h
parent88066b3a67b78329a02ffca3ac76ba1230de6b12 (diff)
add new hexchar() call
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util.h b/util.h
index c3d3aad7b9..fcf380031d 100644
--- a/util.h
+++ b/util.h
@@ -105,4 +105,6 @@ int reset_all_signal_handlers(void);
char *strstrip(char *s);
char *file_in_same_dir(const char *path, const char *filename);
+char hexchar(int x);
+
#endif