Code

moved code to charset.c
[ncmpc.git] / src / support.h
index 3377f9a8099ed6e97e89399c8f7e65d0a120cf1a..0679ddc8676ba7ac395f52e8cfab2b6f7d92f38b 100644 (file)
@@ -24,17 +24,4 @@ typedef struct {
 
 char *strscroll(char *str, char *separator, int width, scroll_state_t *st);
 
-void charset_init(gboolean disable);
-char *utf8_to_locale(const char *str);
-char *locale_to_utf8(const char *str);
-
-/**
- * Returns the number of terminal cells occupied by this string.
- */
-size_t my_strlen(const char *str);
-
-/* number of bytes in str */
-size_t my_strsize(char *str);
-
-
 #endif