New -as mkisofs options -hide, -hide-joliet, -hide-list, -hide-joliet-list

This commit is contained in:
2010-06-23 13:43:40 +00:00
parent bf24ba81c5
commit bd82bf66e3
14 changed files with 394 additions and 120 deletions

View File

@ -380,6 +380,9 @@ struct XorrisO { /* the global context of xorriso */
than to treat them as truely missing on disk
*/
struct ExclusionS *iso_rr_hidings;
struct ExclusionS *joliet_hidings;
int use_stdin; /* use raw stdin even if readline support is compiled */
int result_page_length;
int result_page_width;