Define some functions and responsabilities for image generation.

Still very preliminary work.
This commit is contained in:
Vreixo Formoso
2007-12-16 19:10:47 +01:00
parent c03d4d9b33
commit c8715941e6
9 changed files with 267 additions and 22 deletions

View File

@ -47,6 +47,11 @@ struct Iso_File_Src {
*/
int iso_file_src_create(Ecma119Image *img, IsoFile *file, IsoFileSrc **src);
/**
* Free the IsoFileSrc especific data
*/
void iso_file_src_free(Ecma119Image *img);
// TODO not implemented
int iso_file_src_open(IsoFileSrc *file);