Cog/ThirdParty/mpg123/include/mpg123/icy2utf8.h
2022-06-24 17:04:44 -07:00

10 lines
199 B
C

/* 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