New API call isoburn_igopt_set_tail_blocks()

This commit is contained in:
2010-10-02 21:00:49 +00:00
parent c41c83b279
commit 147ef216ce
6 changed files with 45 additions and 2 deletions

View File

@ -549,6 +549,10 @@ struct isoburn_imgen_opts {
*/
void *libjte_handle;
/* A trailing padding of zero bytes which belongs to the image
*/
uint32_t tail_blocks;
};