view src/mpg123/tag_c_hacked.h @ 618:a7a28782c1b0 trunk

[svn] - revise input_id3_get_string() to take encoding of field into account. - restore title_override options I accidentally dropped. - remove unnecessary code.
author yaz
date Wed, 07 Feb 2007 23:31:26 -0800
parents 3da1b8942b8b
children
line wrap: on
line source

#ifndef TAGLIB_TAG_C_HACKED
#define TAGLIB_TAG_C_HACKED

#ifdef __cplusplus
extern "C" {
#endif
void taglib_set_id3v2_default_text_encoding();
#ifdef __cplusplus
}
#endif
#endif