New command -read_fs

This commit is contained in:
2015-09-22 15:59:16 +00:00
parent 06b2949040
commit 1d4fe35e2f
13 changed files with 168 additions and 93 deletions

View File

@ -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);