Implemented option -reassure
This commit is contained in:
@@ -73,7 +73,7 @@ struct XorrisO { /* the global context of xorriso */
|
||||
gid_t global_gid;
|
||||
|
||||
int do_overwrite; /* 0=off, 1=on, 2=nondir */
|
||||
int do_reassure;
|
||||
int do_reassure; /* 0=off, 1=on, 2=tree */
|
||||
|
||||
char volid[SfileadrL];
|
||||
|
||||
@@ -151,6 +151,7 @@ struct XorrisO { /* the global context of xorriso */
|
||||
int bar_is_fresh;
|
||||
char pending_option[SfileadrL]; /* eventual option entered at page prompt */
|
||||
int request_to_abort; /* abort a single operation like -ls, not the program */
|
||||
int request_not_to_ask; /* suppress reassure and pager */
|
||||
double idle_time;
|
||||
int re_failed_at; /* mismatch position with structured_search */
|
||||
int prepended_wd;
|
||||
@@ -179,6 +180,8 @@ int Xorriso_result(struct XorrisO *xorriso, int flag);
|
||||
|
||||
int Xorriso_info(struct XorrisO *xorriso, int flag);
|
||||
|
||||
int Xorriso_request_confirmation(struct XorrisO *xorriso, int flag);
|
||||
|
||||
int Xorriso_prescan_args(struct XorrisO *xorriso, int argc, char **argv,
|
||||
int flag);
|
||||
|
||||
|
Reference in New Issue
Block a user