mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-08 19:40:50 -04:00
11 lines
199 B
C
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
|