Wrote into API the imperative not to use drive.location but burn_drive_get_adr

This commit is contained in:
2006-08-28 21:28:24 +00:00
parent 27c2fee063
commit 0b56b9d915
2 changed files with 78 additions and 12 deletions

View File

@ -314,6 +314,10 @@ struct burn_drive_info
char revision[5];
/** Location of the drive in the filesystem. */
char location[17];
/** This is currently the string which is used as persistent
drive address. But be warned: there is NO GUARANTEE that this
will stay so. Always use function burn_drive_get_adr() to
inquire a persisten address. ^^^^^^ ALWAYS ^^^^^^ */
/** Can the drive read DVD-RAM discs */
unsigned int read_dvdram:1;