Better behavior of update_r with no image present

This commit is contained in:
2008-05-10 19:43:16 +00:00
parent 0b3a47c82f
commit 99a408ac42
4 changed files with 16 additions and 9 deletions

View File

@ -158,7 +158,9 @@ int Xorriso_set_abort_severity(struct XorrisO *xorriso, int flag);
int Xorriso_report_lib_versions(struct XorrisO *xorriso, int flag);
/* @return 0= stbuf content is valid , -1 = path not found */
/* @return 0= stbuf content is valid ,
-1 = path not found , -2 = severe error occured
*/
int Xorriso_iso_lstat(struct XorrisO *xorriso, char *path, struct stat *stbuf,
int flag);