aboutsummaryrefslogtreecommitdiffstats
path: root/src/support.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/support.h')
-rw-r--r--src/support.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/support.h b/src/support.h
index 1f3aca160..2b79e3aef 100644
--- a/src/support.h
+++ b/src/support.h
@@ -16,8 +16,7 @@ char *remove_trailing_slash(char *path);
char *lowerstr(char *str);
char *strcasestr(const char *haystack, const char *needle);
-int charset_init(void);
-int charset_close(void);
+void charset_init(gboolean disable);
char *utf8_to_locale(char *str);
char *locale_to_utf8(char *str);