New API macro isoburn_ropt_noaaip controls enabling of AAIP loading

This commit is contained in:
2009-01-21 15:02:56 +00:00
parent acfdb36e73
commit 9716ac2333
5 changed files with 17 additions and 2 deletions

View File

@ -250,6 +250,7 @@ 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*/
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. */