New API call isoburn_toc_track_get_emul()

This commit is contained in:
2009-04-22 17:36:04 +00:00
parent 4f41e7aa41
commit cc66b5b3a4
5 changed files with 58 additions and 11 deletions

View File

@@ -22,6 +22,8 @@ struct isoburn_toc_entry {
int start_lba;
int track_blocks;
char *volid; /* For caching a volume id from emulated toc on overwriteables */
struct isoburn_toc_entry *next;
};