Code

Added iconv support
[ncmpc.git] / support.h
2 #ifdef HAVE_LIBGEN_H
3 #include <libgen.h>
4 #else
5 char *basename(char *path);
6 #endif
10 int charset_init(void);
11 int charset_close(void);
12 char *utf8_to_locale(char *str);