Removed definition of phantom xorriso options
This commit is contained in:
parent
592424a420
commit
75f864a061
@ -1030,10 +1030,6 @@ int Xorriso_option_read_mkisofsrc(struct XorrisO *xorriso, int flag);
|
|||||||
/* Option -reassure "on"|"tree"|"off" */
|
/* Option -reassure "on"|"tree"|"off" */
|
||||||
int Xorriso_option_reassure(struct XorrisO *xorriso, char *mode, int flag);
|
int Xorriso_option_reassure(struct XorrisO *xorriso, char *mode, int flag);
|
||||||
|
|
||||||
/* Option -relax_compliance */
|
|
||||||
int Xorriso_option_relax_compliance(struct XorrisO *xorriso, char *mode,
|
|
||||||
int flag);
|
|
||||||
|
|
||||||
/* Option -report_about */
|
/* Option -report_about */
|
||||||
int Xorriso_option_report_about(struct XorrisO *xorriso, char *severity,
|
int Xorriso_option_report_about(struct XorrisO *xorriso, char *severity,
|
||||||
int flag);
|
int flag);
|
||||||
@ -1042,9 +1038,6 @@ int Xorriso_option_report_about(struct XorrisO *xorriso, char *severity,
|
|||||||
int Xorriso_option_return_with(struct XorrisO *xorriso, char *severity,
|
int Xorriso_option_return_with(struct XorrisO *xorriso, char *severity,
|
||||||
int exit_value, int flag);
|
int exit_value, int flag);
|
||||||
|
|
||||||
/* Option -revoke_exclusions */
|
|
||||||
int Xorriso_option_revoke_exclusions(struct XorrisO *xorriso, int flag);
|
|
||||||
|
|
||||||
/* Options -rm alias -rmi , -rm_r alias -rm_ri , -rmdir alias -rmdiri */
|
/* Options -rm alias -rmi , -rm_r alias -rm_ri , -rmdir alias -rmdiri */
|
||||||
/* @param flag bit0=recursive , bit2= remove empty directory: rmdir */
|
/* @param flag bit0=recursive , bit2= remove empty directory: rmdir */
|
||||||
int Xorriso_option_rmi(struct XorrisO *xorriso, int argc, char **argv,
|
int Xorriso_option_rmi(struct XorrisO *xorriso, int argc, char **argv,
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2010.07.02.195907"
|
#define Xorriso_timestamP "2010.07.05.090409"
|
||||||
|
Loading…
Reference in New Issue
Block a user