Add support for appendable multisession images.

This commit is contained in:
Vreixo Formoso
2008-01-04 23:54:31 +01:00
parent 0fdfe05d7e
commit ee78419935
12 changed files with 254 additions and 49 deletions

View File

@ -41,7 +41,10 @@ int main(int argc, char **argv)
0, /* file_mode */
0, /* uid */
0, /* gid */
NULL /* output charset */
NULL, /* output charset */
0, /* appendable */
0, /* ms_block */
NULL /* overwrite */
};
struct iso_read_opts ropts = {
0, /* block */