Add function to create an IsoFileSource from an ISO image.

This commit is contained in:
Vreixo Formoso
2007-12-31 21:51:35 +01:00
parent dc6cd09877
commit be37936534
3 changed files with 534 additions and 6 deletions

View File

@@ -53,10 +53,13 @@
#define LIBISO_SUSP_WRONG 0x00030102
/* Unsupported multiple SUSP ER entries where found */
#define LIBISO_SUSP_MULTIPLE_ER 0x00030103
/** Unsupported RR feature. */
#define LIBISO_RR_UNSUPPORTED 0x00030111
/** Error in a Rock Ridge entry. */
#define LIBISO_RR_ERROR 0x00030112
/* Wrong/Damaged Rock Ridge */
#define LIBISO_RR_WARNING 0x00030113
/** Unsupported boot vol desc. */
#define LIBISO_BOOT_VD_UNHANLED 0x00030201