Expose RockRidge option.

This commit is contained in:
Vreixo Formoso
2007-12-27 10:43:06 +01:00
parent c9957cb25e
commit 941e2022e8
3 changed files with 12 additions and 7 deletions

View File

@ -61,10 +61,13 @@ enum IsoHideNodeFlag {
typedef struct {
//int volnum; /**< The volume in the set which you want to write (usually 0) */
int level; /**< ISO level to write at. */
int flags; /**< Which extensions to support. */
/** Which extensions to support. */
unsigned int rockridge:1;
/* relaxed constraints */
unsigned int omit_version_numbers:1;
unsigned int allow_deep_paths:1;
//int relaxed_constraints; /**< see ecma119_relaxed_constraints_flag */
//unsigned int copy_eltorito:1;