Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1905 serge 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