diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-01-28 06:45:04 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-01-28 06:45:04 +0100 |
commit | fb624d04e56018defe297eff1d88888b192caeaa (patch) | |
tree | 5e27860fac6275204b3d2d601a5fd8e4c71f20f7 /util.h | |
parent | 88066b3a67b78329a02ffca3ac76ba1230de6b12 (diff) |
add new hexchar() call
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |