New API calls isoburn_get_attached_start_lba(), isoburn_attach_start_lba()

This commit is contained in:
2012-02-14 10:31:00 +00:00
parent a61a461fa0
commit 719ef2a6d3
6 changed files with 63 additions and 1 deletions

View File

@@ -142,6 +142,7 @@ int isoburn_new(struct isoburn **objpt, int flag)
o->target_iso_head_size= Libisoburn_target_head_sizE;
o->target_iso_head= NULL;
o->image= NULL;
o->image_start_lba= -1;
o->iso_data_source= NULL;
o->read_pacifier= NULL;
o->read_pacifier_handle= NULL;