New API calls isoburn_igopt_attach_jte() and isoburn_igopt_detach_jte()

This commit is contained in:
2010-09-29 09:16:04 +00:00
parent d5583ce58c
commit 538b70068f
6 changed files with 70 additions and 2 deletions

View File

@ -545,6 +545,10 @@ struct isoburn_imgen_opts {
/* 1 to 255, 0= disabled/default */
int partition_heads_per_cyl;
/* Parameters and state of Jigdo Template Export environment.
*/
void *libjte_handle;
};