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

This commit is contained in:
Thomas Schmitt 2007-02-18 09:44:44 +00:00
parent 8c0e0a7a47
commit 0151358635
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.02.17.085533"
#define Cdrskin_timestamP "2007.02.18.094414"

View File

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