Implemented resolving of softlinks (ticket 33)

This commit is contained in:
2006-09-22 13:30:32 +00:00
parent bf5073e7c1
commit 7937cb5d9b
5 changed files with 126 additions and 6 deletions

View File

@ -579,6 +579,11 @@ void burn_drive_info_free(struct burn_drive_info drive_infos[]);
*/
int burn_drive_get_adr(struct burn_drive_info *drive_info, char adr[]);
/* ts A60922 ticket 33 */
/** Evaluate wether the given address would be enumerated by libburn
@return 1 means yes, 0 means no */
int burn_drive_is_enumerable_adr(char *adr);
/** Grab a drive. This must be done before the drive can be used (for reading,
writing, etc).