New command -read_fs
This commit is contained in:
@ -1800,6 +1800,10 @@ int Xorriso_option_pwdi(struct XorrisO *xorriso, int flag);
|
||||
/* Command -pwdx */
|
||||
int Xorriso_option_pwdx(struct XorrisO *xorriso, int flag);
|
||||
|
||||
/* Command -read_fs */
|
||||
/* @since 1.4.2 */
|
||||
int Xorriso_option_read_fs(struct XorrisO *xorriso, char *mode, int flag);
|
||||
|
||||
/* Command -read_mkisofsrc */
|
||||
/* @since 0.6.0 */
|
||||
int Xorriso_option_read_mkisofsrc(struct XorrisO *xorriso, int flag);
|
||||
|
Reference in New Issue
Block a user