New formatting parameter "size". Sorry for changing API. Function is a week old.

This commit is contained in:
2007-01-06 12:08:57 +00:00
parent f6b751c4bd
commit ab51d551d3
11 changed files with 26 additions and 17 deletions

View File

@ -93,6 +93,6 @@ int burn_mdata_free_subs(struct scsi_mode_data *m);
/* ts A61230 */
void burn_disc_format_sync(struct burn_drive *d, int flag);
void burn_disc_format_sync(struct burn_drive *d, off_t size, int flag);
#endif /* __DRIVE */