questzdoom/Projects/Android/jni/SupportLibs/libmpg123/icy2utf8.h

11 lines
199 B
C
Raw Normal View History

2021-04-20 20:09:02 +00:00
/* You expect a license plate for _this_ file? */
#ifndef MPG123_ICY2UTF_H
#define MPG123_ICY2UTF_H
#ifndef NO_ICY
/* (string, force conversion) */
char *icy2utf8(const char *, int);
#endif
#endif