Header file forgotten with rev 1897

This commit is contained in:
Thomas Schmitt 2008-07-08 10:26:00 +00:00
parent d42e7b2d9f
commit 4d3ef02838
2 changed files with 5 additions and 7 deletions

View File

@ -71,13 +71,11 @@ struct XorrisO { /* the global context of xorriso */
char initial_wdx[SfileadrL];
int no_rc;
/* Permanent emulations:
0=xorriso mode
+/- 1=mkisofs mode
Negative value is made positive before interpretation of command line
arguments, positive value is in effect from creation of XorrisO object
/* Command line argument emulations:
0=xorriso mode
1=mkisofs mode
*/
int permanent_emulation;
int argument_emulation;
/** List of startupfiles */
char rc_filenames[Xorriso_rc_nuM][SfileadrL];

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.07.08.092732"
#define Xorriso_timestamP "2008.07.08.102622"