New command -extract_boot_images
This commit is contained in:
@ -1568,6 +1568,11 @@ int Xorriso_option_external_filter(struct XorrisO *xorriso,
|
||||
int Xorriso_option_extract(struct XorrisO *xorriso, char *disk_path,
|
||||
char *iso_path, int flag);
|
||||
|
||||
/* Command -extract_boot_images */
|
||||
/* @sice 1.5.4 */
|
||||
int Xorriso_option_extract_boot_images(struct XorrisO *xorriso,
|
||||
char *disk_dir_path, int flag);
|
||||
|
||||
/* Command -extract_cut */
|
||||
/* @since 0.2.6 */
|
||||
int Xorriso_option_extract_cut(struct XorrisO *xorriso, char *iso_rr_path,
|
||||
|
Reference in New Issue
Block a user