Better handling of not-yet-existing -cd

This commit is contained in:
2008-02-10 13:59:11 +00:00
parent 3547300e0d
commit f9ea542216
4 changed files with 30 additions and 1 deletions

View File

@ -145,6 +145,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 */
int Xorriso_iso_lstat(struct XorrisO *xorriso, char *path, struct stat *stbuf,
int flag);
#endif /* Xorrisoburn_includeD */