New -as mkisofs options --acl and --xattr

This commit is contained in:
2009-02-12 11:05:17 +00:00
parent 59c907b59d
commit 89c6796d91
3 changed files with 13 additions and 6 deletions

View File

@ -734,6 +734,8 @@ int Xorriso_option_version(struct XorrisO *xorriso, int flag);
/* Option -volid */
int Xorriso_option_volid(struct XorrisO *xorriso, char *volid, int flag);
/* Option -xattr "on"|"off" */
int Xorriso_option_xattr(struct XorrisO *xorriso, char *mode, int flag);
#endif /* Xorriso_includeD */