Add support for reading Level 3 images.

This commit is contained in:
Vreixo Formoso
2008-08-19 01:08:46 +02:00
parent 3f6da75e9c
commit 87f08d27ac
3 changed files with 507 additions and 301 deletions

View File

@@ -107,6 +107,17 @@ enum IsoNodeType {
#define ISO_NODE(n) ((IsoNode*)n)
/**
* File section in an old image.
*
* @since 0.6.8
*/
struct iso_file_section
{
uint32_t block;
uint32_t size;
};
/**
* Context for iterate on directory children.
* @see iso_dir_get_children()