unicode_t
unicode_t *unicode, /* (Input) unicode characters to compress. */
int IsIllegal(unicode_t ch);
int UnicodeIsPrint(unicode_t);
unicode_t *newName, /* (Output)Translated name. Must be of length
unicode_t *udfName, /* (Input) Name from UDF volume.*/
unicode_t current;
unicode_t *unicode) /* (Output) uncompressed unicode characters. */
unicode_t ext[EXT_SIZE];
unicode_t ch) /* (Input) Unicode char to search for. */
int IsIllegal(unicode_t ch)
int udf_UncompressUnicode(int, byte *, unicode_t *);
int udf_CompressUnicode(int, int, unicode_t *, byte *);
int UDFTransName(unicode_t *, unicode_t *, int);
sizeof(unicode_t), NULL, NULL, NULL, NULL, 0, 0);
unicode_t *transname;