Support for reading Joliet extensions.

This commit is contained in:
Vreixo Formoso
2008-01-08 19:34:01 +01:00
parent 747bed11b8
commit aec6c8ce69
3 changed files with 100 additions and 22 deletions

View File

@ -209,6 +209,12 @@ int iso_eaccess(const char *path);
*/
char *strcopy(const char *buf, size_t len);
/**
* Convert a Joliet string with a length of \p len bytes to a new string
* in local charset.
*/
char *ucs2str(const char *buf, size_t len);
typedef struct iso_rbtree IsoRBTree;
/**