aboutsummaryrefslogtreecommitdiffstats
path: root/support.h
diff options
context:
space:
mode:
Diffstat (limited to 'support.h')
-rw-r--r--support.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/support.h b/support.h
index 834dd8cda..c0b9c34dc 100644
--- a/support.h
+++ b/support.h
@@ -5,5 +5,10 @@
char *basename(char *path);
#endif
-char *utf8(char *str);
+
+
+int charset_init(void);
+int charset_close(void);
+char *utf8_to_locale(char *str);
+