New command -truncate_overwritable
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
/* xorriso - libisoburn higher level API which creates, loads, manipulates
|
||||
and burns ISO 9660 filesystem images.
|
||||
|
||||
Copyright 2007-2019 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
Copyright 2007-2020 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
|
||||
Provided under GPL version 2 or later.
|
||||
|
||||
@ -2126,6 +2126,12 @@ int Xorriso_option_toc(struct XorrisO *xorriso, int flag);
|
||||
/* @since 1.2.6 */
|
||||
int Xorriso_option_toc_of(struct XorrisO *xorriso, char *which, int flag);
|
||||
|
||||
/* Command -truncate_overwritable */
|
||||
/* @since 1.5.4 */
|
||||
int Xorriso_option_truncate_overwritable(struct XorrisO *xorriso,
|
||||
char *adr_mode, char *adr_value,
|
||||
char *adjust, int flag);
|
||||
|
||||
/* Command -uid */
|
||||
/* @since 0.1.0 */
|
||||
int Xorriso_option_uid(struct XorrisO *xorriso, char *uid, int flag);
|
||||
|
Reference in New Issue
Block a user