Clarified usage comment with burn_drive_info_free() (see ticket 98)
This commit is contained in:
parent
771c88ec2d
commit
9610d34491
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2007.02.17.085533"
|
#define Cdrskin_timestamP "2007.02.18.094414"
|
||||||
|
@ -674,7 +674,9 @@ int burn_drive_scan(struct burn_drive_info *drive_infos[],
|
|||||||
int burn_drive_info_forget(struct burn_drive_info *drive_info, int force);
|
int burn_drive_info_forget(struct burn_drive_info *drive_info, int force);
|
||||||
|
|
||||||
|
|
||||||
/** Free a burn_drive_info array returned by burn_drive_scan
|
/** When no longer needed, free a whole burn_drive_info array which was
|
||||||
|
returned by burn_drive_scan().
|
||||||
|
For freeing single drive array elements use burn_drive_info_forget().
|
||||||
*/
|
*/
|
||||||
void burn_drive_info_free(struct burn_drive_info drive_infos[]);
|
void burn_drive_info_free(struct burn_drive_info drive_infos[]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user