aboutsummaryrefslogtreecommitdiff
path: root/src/libmpg123/icy2utf8.h
blob: 6a9b8d94cf97ea28a019f7453ae98c824c6f68c3 (plain)
1
2
3
4
5
6
7
8
9
/* You expect a license plate for _this_ file? */
#ifndef MPG123_ICY2UTF_H
#define MPG123_ICY2UTF_H

#ifndef NO_ICY
char *icy2utf8(const char *);
#endif

#endif