New API call iso_write_opts_set_fat(). (FAT feature not implemented yet.)

This commit is contained in:
2012-06-10 19:41:00 +02:00
parent 7c6c3466e9
commit 1de0284eaa
4 changed files with 36 additions and 3 deletions

View File

@@ -97,6 +97,7 @@ struct iso_write_opts {
unsigned int joliet :1;
unsigned int iso1999 :1;
unsigned int hfsplus :1;
unsigned int fat :1;
unsigned int aaip :1; /* whether to write eventual ACL and EAs */
@@ -489,6 +490,7 @@ struct ecma119_image
unsigned int eltorito :1;
unsigned int iso1999 :1;
unsigned int hfsplus :1;
unsigned int fat :1;
unsigned int hardlinks:1; /* see iso_write_opts_set_hardlinks() */