New xorriso command -write_type
This commit is contained in:
@ -1304,6 +1304,9 @@ int Xorriso_option_volset_id(struct XorrisO *xorriso, char *name, int flag);
|
||||
int Xorriso_option_volume_date(struct XorrisO *xorriso,
|
||||
char *time_type, char *timestring, int flag);
|
||||
|
||||
/* Command -write_type */
|
||||
int Xorriso_option_write_type(struct XorrisO *xorriso, char *mode, int flag);
|
||||
|
||||
/* There is no Xorriso_option_x() because -x has an effect only in
|
||||
Xorriso_prescan_args(). Use the flag bits of Xorriso_interpreter() if
|
||||
you want to impose command sorting on your own.
|
||||
|
Reference in New Issue
Block a user