configure: when detecting linux include directory for kernel compiler use target...
[AROS.git] / rom / filesys / CDVDFS / src / charset.h
blobfcc450e15a1310c6f4d0e20c55f224fff8ca1dd1
1 struct CDVDBase;
3 void InitCharset(struct CDVDBase *global);
4 int UTF16ToSystem(struct CDVDBase *global, char *from, char *to, unsigned char len);