Re-aquiring drives by their burn_drive_convert_fs_adr() names

This commit is contained in:
2011-09-22 14:22:02 +00:00
parent 7d0f899f53
commit 48d76e23fe
7 changed files with 52 additions and 17 deletions

View File

@ -37,7 +37,8 @@ int Xorriso_create_empty_iso(struct XorrisO *xorriso, int flag);
bit1=aquire as libburn output drive (as isoburn drive if bit0)
@return <=0 failure , 1=success , 2=neither readable or writeable
*/
int Xorriso_aquire_drive(struct XorrisO *xorriso, char *adr, int flag);
int Xorriso_aquire_drive(struct XorrisO *xorriso, char *adr, char *show_adr,
int flag);
int Xorriso_give_up_drive(struct XorrisO *xorriso, int flag);