New option -iso_rr_pattern, influencing several options with multiple args
This commit is contained in:
@ -190,6 +190,10 @@ int Xorriso_option_eject(struct XorrisO *xorriso, char *which, int flag);
|
||||
/* Option -end */
|
||||
int Xorriso_option_end(struct XorrisO *xorriso, int flag);
|
||||
|
||||
/* Option -iso_rr_pattern "on"|"ls"|"off" */
|
||||
int Xorriso_option_iso_rr_pattern(struct XorrisO *xorriso, char *mode,
|
||||
int flag);
|
||||
|
||||
/* Option -f */
|
||||
int Xorriso_option_f(struct XorrisO *xorriso, int flag);
|
||||
|
||||
|
Reference in New Issue
Block a user