summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.h b/util.h
index a5d9feb..a9d12e0 100644
--- a/util.h
+++ b/util.h
@@ -3,7 +3,7 @@
#include <glib.h>
-gchar *flx_normalize_name(gchar *s);
+gchar *flx_normalize_name(const gchar *s);
gchar *flx_get_host_name(void);
#endif