New options -C and -M for -as mkisofs

This commit is contained in:
2008-07-05 18:23:46 +00:00
parent 362ecda0f3
commit 9fa0a6f441
4 changed files with 83 additions and 13 deletions

View File

@ -315,6 +315,9 @@ int Xorriso_option_fs(struct XorrisO *xorriso, char *size, int flag);
/* Option -gid */
int Xorriso_option_gid(struct XorrisO *xorriso, char *gid, int flag);
/* Option -grow_blindly */
int Xorriso_option_grow_blindly(struct XorrisO *xorriso, char *msc2, int flag);
/* Option -help and part of -prog_help */
int Xorriso_option_help(struct XorrisO *xorriso, int flag);