Semi-permanent emulation by start names xorrisofs,genisofs,mkisofs,genioimage

This commit is contained in:
2008-07-07 10:29:38 +00:00
parent 048bbbe1ef
commit 52d89cc7cc
4 changed files with 59 additions and 4 deletions

View File

@ -71,6 +71,14 @@ 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
*/
int permanent_emulation;
/** List of startupfiles */
char rc_filenames[Xorriso_rc_nuM][SfileadrL];
int rc_filename_count;
@ -439,6 +447,8 @@ int Xorriso_reassure_restore(struct XorrisO *xorriso, char *path, int flag);
int Xorriso_auto_chmod(struct XorrisO *xorriso, char *disk_path, int flag);
int Xorriso_protect_stdout(struct XorrisO *xorriso, int flag);
int Sfile_str(char target[SfileadrL], char *source, int flag);