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

@ -9,6 +9,9 @@ struct command;
enum response
{ RETRY, FAIL };
/* ts A60922 ticket 33 */
int sg_is_enumerable_adr(char *adr);
void sg_enumerate(void);
void ata_enumerate(void);
int sg_grab(struct burn_drive *);