New option -close_filter_list

This commit is contained in:
2009-04-04 14:40:11 +00:00
parent 97131421a0
commit 88741ad017
5 changed files with 93 additions and 11 deletions

View File

@ -128,6 +128,7 @@ struct XorrisO { /* the global context of xorriso */
mode_t global_file_mode;
struct Xorriso_lsT *filters;
int filter_list_closed;
int do_overwrite; /* 0=off, 1=on, 2=nondir */
int do_reassure; /* 0=off, 1=on, 2=tree */