Support for getting arbitrary file on image by path.

This commit is contained in:
Vreixo Formoso
2008-01-03 13:27:24 +01:00
parent 282ffa9a98
commit 2fada8eaa4
2 changed files with 120 additions and 5 deletions

View File

@ -41,6 +41,13 @@ struct Iso_Filesystem
*
* @return
* 1 success, < 0 error
* Error codes:
* ISO_FILE_ACCESS_DENIED
* ISO_FILE_BAD_PATH
* ISO_FILE_DOESNT_EXIST
* ISO_MEM_ERROR
* ISO_FILE_ERROR
* ISO_NULL_POINTER
*/
int (*get_by_path)(IsoFilesystem *fs, const char *path,
IsoFileSource **file);