New command -rr_reloc_dir
This commit is contained in:
@ -1167,8 +1167,11 @@ int Xorriso_option_rmi(struct XorrisO *xorriso, int argc, char **argv,
|
||||
int Xorriso_option_rollback(struct XorrisO *xorriso, int flag);
|
||||
|
||||
/* Command -rom_toc_scan */
|
||||
int Xorriso_option_rom_toc_scan(struct XorrisO *xorriso, char *mode,
|
||||
int flag);
|
||||
int Xorriso_option_rom_toc_scan(struct XorrisO *xorriso, char *mode, int flag);
|
||||
|
||||
/* Command -rr_reloc_dir */
|
||||
/* @since 1.2.2 */
|
||||
int Xorriso_option_rr_reloc_dir(struct XorrisO *xorriso, char *name, int flag);
|
||||
|
||||
/* Command -scdbackup_tag */
|
||||
int Xorriso_option_scdbackup_tag(struct XorrisO *xorriso, char *list_path,
|
||||
|
Reference in New Issue
Block a user