New bit7 with isoburn_drive_aquire(): pretend read-only

This commit is contained in:
2009-10-07 07:55:23 +00:00
parent cf046f9533
commit a811361577
3 changed files with 15 additions and 6 deletions

View File

@ -386,10 +386,11 @@ int isoburn_drive_scan_and_grab(struct burn_drive_info *drive_infos[],
bit5= ignore ACL from external filesystems
bit6= ignore POSIX Extended Attributes from external
filesystems
bit7= pretend read-only profile and scan for table of content
@return 1 = success , 0 = drive not found , <0 = other error
*/
int isoburn_drive_aquire(struct burn_drive_info *drive_infos[],
char* adr, int flag);
char* adr, int flag);
/** Aquire a drive from the burn_drive_info[] array which was obtained by
a previous call of burn_drive_scan().