Had to split isoburn_ropt_noaaip into isoburn_ropt_noacl and isoburn_ropt_noea

This commit is contained in:
2009-01-21 20:39:00 +00:00
parent 9716ac2333
commit d678296449
6 changed files with 29 additions and 10 deletions

View File

@ -250,7 +250,11 @@ struct isoburn_read_opts {
unsigned int norock:1; /*< Do not read Rock Ridge extensions */
unsigned int nojoliet:1; /*< Do not read Joliet extensions */
unsigned int noiso1999:1; /*< Do not read ISO 9660:1999 enhanced tree */
unsigned int noaaip:1; /* Do not read AAIP for ACL and POSIX EA*/
/* ts A90121 */
unsigned int noacl:1; /* Do not read AAIP for ACL */
unsigned int noea:1; /* Do not read AAIP for POSIX EA */
unsigned int preferjoliet:1;
/*< When both Joliet and RR extensions are present, the RR
* tree is used. If you prefer using Joliet, set this to 1. */