Added new parameter "force" to API-experimental burn_drive_info_forget()

This commit is contained in:
2006-09-06 09:16:02 +00:00
parent 642cc5f77f
commit 4ecc0a8777
2 changed files with 8 additions and 2 deletions

View File

@ -402,7 +402,7 @@ void burn_drive_info_free(struct burn_drive_info drive_infos[])
}
/* Experimental API call */
int burn_drive_info_forget(struct burn_drive_info *info)
int burn_drive_info_forget(struct burn_drive_info *info, int force)
{
burn_drive_free(info->drive);
return 1;