Implemented -dev, -add, -commit

This commit is contained in:
2007-10-15 15:27:51 +00:00
parent f890e06e48
commit a2104bc9d1
6 changed files with 438 additions and 49 deletions

View File

@@ -77,7 +77,14 @@ struct XorrisO { /* the global context of xorriso */
/* >>> put libburn/isoburn aspects here */
char indev[SfileadrL];
void *in_drive_handle; /* interpreted only by xorrisoburn.c */
void *in_volset_handle; /* interpreted only by xorrisoburn.c */
int volset_change_pending; /* whether -commit would make sense */
char outdev[SfileadrL];
void *out_drive_handle; /* interpreted only by xorrisoburn.c */
int ban_stdio_write;
int do_dummy;
int do_close;