New API call burn_disc_next_track_is_damaged()

This commit is contained in:
2011-05-26 15:01:23 +00:00
parent 0352486f97
commit b4aeba18f7
4 changed files with 25 additions and 2 deletions

View File

@ -3108,3 +3108,11 @@ int burn_disc_get_bd_spare_info(struct burn_drive *d,
return ret;
}
/* ts B10525 : API */
int burn_disc_next_track_is_damaged(struct burn_drive *d, int flag)
{
return d->next_track_damaged;
}