Header file forgotten with rev 1897
This commit is contained in:
parent
d42e7b2d9f
commit
4d3ef02838
@ -71,13 +71,11 @@ struct XorrisO { /* the global context of xorriso */
|
|||||||
char initial_wdx[SfileadrL];
|
char initial_wdx[SfileadrL];
|
||||||
int no_rc;
|
int no_rc;
|
||||||
|
|
||||||
/* Permanent emulations:
|
/* Command line argument emulations:
|
||||||
0=xorriso mode
|
0=xorriso mode
|
||||||
+/- 1=mkisofs 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
|
|
||||||
*/
|
*/
|
||||||
int permanent_emulation;
|
int argument_emulation;
|
||||||
|
|
||||||
/** List of startupfiles */
|
/** List of startupfiles */
|
||||||
char rc_filenames[Xorriso_rc_nuM][SfileadrL];
|
char rc_filenames[Xorriso_rc_nuM][SfileadrL];
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2008.07.08.092732"
|
#define Xorriso_timestamP "2008.07.08.102622"
|
||||||
|
Loading…
Reference in New Issue
Block a user