Clarified usage comment with burn_drive_info_free() (see ticket 98)

ZeroThreeEight
Thomas Schmitt 16 years ago
parent 8c0e0a7a47
commit 0151358635

@ -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);
/** 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[]);

Loading…
Cancel
Save