New entities "at_time", "before", "after", "not_after", "not_before" for commands -load, -mount, -mount_cmd, -session_string, -truncate_overwritable
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
||||
|
||||
Copyright 2007-2014 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
Copyright 2007-2024 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
|
||||
Provided under GPL version 2 or later.
|
||||
|
||||
@ -55,6 +55,11 @@ int Xorriso_decode_load_adr(struct XorrisO *xorriso, char *cmd,
|
||||
int *entity_code, char entity_id[81],
|
||||
int flag);
|
||||
|
||||
int Xorriso_prepare_load_search(struct XorrisO *xorriso, char *cmd,
|
||||
int adr_mode, char *adr_value_in,
|
||||
char *adr_value_out, int *params_flag,
|
||||
int flag);
|
||||
|
||||
int Xorriso_check_thing_len(struct XorrisO *xorriso, char *name, int size,
|
||||
char *cmd, char *thing, int flag);
|
||||
|
||||
|
Reference in New Issue
Block a user