Forgot to commit xorriso_private.h

This commit is contained in:
Thomas Schmitt 2009-08-28 10:16:28 +00:00
parent cc5bd34298
commit 912355039c
2 changed files with 3 additions and 1 deletions

View File

@ -199,6 +199,8 @@ struct XorrisO { /* the global context of xorriso */
*/
char image_start_value[81]; /* value according image_start_mode */
int do_calm_drive; /* bit0= calm down drive after aquiring it */
char indev[SfileadrL];
void *in_drive_handle; /* interpreted only by xorrisoburn.c */
void *in_volset_handle; /* interpreted only by xorrisoburn.c */

View File

@ -1 +1 @@
#define Xorriso_timestamP "2009.08.28.101405"
#define Xorriso_timestamP "2009.08.28.101716"