diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-28 07:16:10 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-28 07:16:10 +0200 |
commit | ea6ef46978a7ebf5fc84a5f34592ac874d2647b4 (patch) | |
tree | 232b6353321c982a529b4e6d2d5bbd455c6178a8 /sound_detector/iconv.h | |
parent | 17faa9f960aa7f1ce72e6b54a2d01f755d7b38be (diff) |
cosmetic fixes
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 |