New API call isoburn_attach_volset(), changes with isoburn_read_volset()

This commit is contained in:
2007-11-14 14:26:32 +00:00
parent 58ac3ace5f
commit 556b40c264
5 changed files with 81 additions and 39 deletions

View File

@ -202,12 +202,14 @@ int main(int argc, char **argv)
}
/* fill read opts */
memset(&ropts, sizeof(ropts), 0);
ropts.norock = 0;
ropts.nojoliet = 0;
ropts.preferjoliet = 0;
ropts.uid = 0;
ropts.gid = 0;
ropts.mode = 0555;
ropts.pretend_blank= 0;
if (isoburn_read_volset(drive, &ropts, &volset) <= 0) {
fprintf(stderr, "Can't read volset\n");