Fixed bug with -as mkisofs -x and pattern expansion

This commit is contained in:
2008-07-09 06:08:03 +00:00
parent eb9f0f6d6a
commit d825fc1a3a
2 changed files with 31 additions and 17 deletions

View File

@ -407,6 +407,9 @@ int Xorriso_option_no_rc(struct XorrisO *xorriso, int flag);
/* Option -not_leaf */
int Xorriso_option_not_leaf(struct XorrisO *xorriso, char *pattern, int flag);
/* Option -not_list */
int Xorriso_option_not_list(struct XorrisO *xorriso, char *adr, int flag);
/* Option -not_paths */
int Xorriso_option_not_paths(struct XorrisO *xorriso, int argc, char **argv,
int *idx, int flag);