#if out unneeded isoburn_write_opts_set_start_byte().
This commit is contained in:
parent
1dd0c0623c
commit
4cef3b4c34
@ -204,6 +204,8 @@ void isoburn_finish(void);
|
||||
int isoburn_needs_emulation(struct burn_drive *drive);
|
||||
|
||||
|
||||
#ifdef Libburn_obsoleted_on_its_way_ouT
|
||||
|
||||
/** Caution: Use this with great care. It is not needed normally.
|
||||
|
||||
This call can set the nwa block number to an arbitrary value. If ever, do
|
||||
@ -216,4 +218,5 @@ int isoburn_needs_emulation(struct burn_drive *drive);
|
||||
void isoburn_write_opts_set_start_byte(struct burn_write_opts *opts,
|
||||
off_t value);
|
||||
|
||||
#endif /* Libburn_obsoleted_on_its_way_ouT */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user