New commands -x, -list_arg_sorting
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
/* Command line oriented batch and dialog tool which creates, loads,
|
||||
manipulates and burns ISO 9660 filesystem images.
|
||||
|
||||
Copyright 2007-2011 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
Copyright 2007-2012 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
|
||||
Provided under GPL version 2 or later.
|
||||
|
||||
@ -102,6 +102,8 @@ struct XorrisO { /* the global context of xorriso */
|
||||
char rc_filenames[Xorriso_rc_nuM][SfileadrL];
|
||||
int rc_filename_count;
|
||||
|
||||
int arrange_args;
|
||||
|
||||
/* Whether .mkisofsrc has already been read */
|
||||
int mkisofsrc_done;
|
||||
|
||||
|
Reference in New Issue
Block a user