Add El-Torito estructures to an IsoImage, and APIs for manage it.

This commit is contained in:
Vreixo Formoso
2008-01-10 17:22:53 +01:00
parent 51df8c6284
commit 47bdbd76b5
11 changed files with 750 additions and 7 deletions

View File

@ -10,9 +10,9 @@
#include <stdlib.h>
/**
* Values belong 100 are reserved for out own usage
* Values belong 1000 are reserved for libisofs usage
*/
unsigned int iso_fs_global_id = 100;
unsigned int iso_fs_global_id = 1000;
void iso_file_source_ref(IsoFileSource *src)
{