Implemented -overwrite control

This commit is contained in:
2007-11-06 16:32:39 +00:00
parent 6be36c8726
commit dd4ebdbe17
6 changed files with 244 additions and 58 deletions

View File

@ -57,7 +57,7 @@ int Xorriso_msgs_submit(struct XorrisO *xorriso,
option function to evaluate the situation.
@param xorriso The environment handle
@param ret The return value of the prviously called option function
@param flag Unused yet. Submit 0.
@param flag bit0= do not issue own event messages
@return Gives the advice:
2= pardon was given, go on
1= no problem, go on
@ -249,7 +249,7 @@ int Xorriso_option_no_rc(struct XorrisO *xorriso, int flag);
int Xorriso_option_options_from_file(struct XorrisO *xorriso, char *adr,
int flag);
/* Option -overwrite "on"|"off" */
/* Option -overwrite "on"|"nondir"|"off" */
int Xorriso_option_overwrite(struct XorrisO *xorriso, char *mode, int flag);
/* Option -page */