1 /* You expect a license plate for _this_ file? */
2 #ifndef MPG123_ICY2UTF_H
3 #define MPG123_ICY2UTF_H
4 
5 #ifndef NO_ICY
6 /* (string, force conversion) */
7 char *icy2utf8(const char *, int);
8 #endif
9 
10 #endif
11