Made use of _v2 calls when creating an isoburn_imgen_opts object

This commit is contained in:
2024-03-10 11:12:26 +01:00
parent bdc9164787
commit fbeec724d7
4 changed files with 10 additions and 7 deletions

View File

@ -256,7 +256,7 @@ int isoburn_set_start_byte(struct isoburn *o, off_t value, int flag);
@return <=0 is failure , >0 success
*/
int isoburn_get_msc2(struct isoburn *o,
struct burn_write_opts *opts, int *msc2, int flag);
struct burn_write_opts *opts, off_t *msc2, int flag);
/** Get a data source suitable for read from a drive using burn_read_data()
function.