Add functions to read RockRidge SUSP entries.

This commit is contained in:
Vreixo Formoso
2007-12-31 21:51:31 +01:00
parent c296ca9ff5
commit dc6cd09877
3 changed files with 320 additions and 0 deletions

View File

@ -48,6 +48,8 @@
/* image read errors */
#define ISO_WRONG_PVD -300
#define ISO_WRONG_RR -301
#define ISO_UNSUPPORTED_RR -302
#define ISO_WRONG_ECMA119 -303
#endif /*LIBISO_ERROR_H_*/