New command -truncate_overwritable
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
||||
|
||||
Copyright 2007-2018 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
Copyright 2007-2020 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
|
||||
Provided under GPL version 2 or later.
|
||||
|
||||
@ -1703,6 +1703,18 @@ int Xorriso_option_toc_of(struct XorrisO *xorriso, char *which, int flag)
|
||||
}
|
||||
|
||||
|
||||
/* Command -truncate_overwritable */
|
||||
int Xorriso_option_truncate_overwritable(struct XorrisO *xorriso,
|
||||
char *adr_mode, char *adr_value,
|
||||
char *adjust, int flag)
|
||||
{
|
||||
int ret;
|
||||
|
||||
ret= Xorriso_truncate_overwritable(xorriso, adr_mode, adr_value, adjust, 0);
|
||||
return(ret);
|
||||
}
|
||||
|
||||
|
||||
/* Option -uid */
|
||||
int Xorriso_option_uid(struct XorrisO *xorriso, char *uid, int flag)
|
||||
{
|
||||
|
Reference in New Issue
Block a user