diff options
author | Kalle Wallin <kaw@linux.se> | 2004-03-19 19:15:43 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-03-19 19:15:43 +0000 |
commit | a48c2fe2c2d13fbc879a6b5111fc9f3c866ac5b3 (patch) | |
tree | 8a5ff0674412243fd2610f0c0b3f21cd6e176506 /support.h | |
parent | 526b460e750f52f5b9b04df72b6601fe4c1fd5f7 (diff) | |
download | mpd-a48c2fe2c2d13fbc879a6b5111fc9f3c866ac5b3.tar.gz mpd-a48c2fe2c2d13fbc879a6b5111fc9f3c866ac5b3.tar.xz mpd-a48c2fe2c2d13fbc879a6b5111fc9f3c866ac5b3.zip |
Added iconv support
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@308 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'support.h')
-rw-r--r-- | support.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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); + |