From fb624d04e56018defe297eff1d88888b192caeaa Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 28 Jan 2010 06:45:04 +0100 Subject: add new hexchar() call --- util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util.h') 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 -- cgit v1.2.3-54-g00ecf