diff options
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |