diff options
Diffstat (limited to 'sound_detector/iconv.h')
-rw-r--r-- | sound_detector/iconv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound_detector/iconv.h b/sound_detector/iconv.h index 49d42d7..689a788 100644 --- a/sound_detector/iconv.h +++ b/sound_detector/iconv.h @@ -1,3 +1,3 @@ #ifdef WIN32 -extern "C" char *to_utf8(const char *koi8r); +extern "C" char *change_charset(const char *koi8r); #endif |