New options with isoburn_ropt_set_extensions(): isoburn_ropt_map_*

This commit is contained in:
2015-08-17 20:01:30 +00:00
parent 16acbe7f1d
commit 465509d0d1
5 changed files with 31 additions and 2 deletions

View File

@@ -322,6 +322,9 @@ struct isoburn_read_opts {
unsigned int nojoliet:1; /*< Do not read Joliet extensions */
unsigned int noiso1999:1; /*< Do not read ISO 9660:1999 enhanced tree */
unsigned int do_ecma119_map:1; /* call iso_read_opts_set_ecma119_map() */
unsigned int map_mode:2; /* argument for do_ecma119_map */
/* ts A90121 */
unsigned int noaaip:1; /* Do not read AAIP for ACL and EA */
unsigned int noacl:1; /* Do not read ACL from external file objects */