Files
linx-simulator2/node_modules/speaker/deps/mpg123/src/libmpg123/icy2utf8.h
2019-09-18 11:11:16 +03:00

11 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