Had to split isoburn_ropt_noaaip into isoburn_ropt_noacl and isoburn_ropt_noea
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user