Forgotten file for revision 1006

This commit is contained in:
Thomas Schmitt 2007-09-07 16:45:37 +00:00
parent 0bbc34d861
commit 5a8910cdd8
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.09.07.163949"
#define Cdrskin_timestamP "2007.09.07.164532"

View File

@ -53,8 +53,10 @@ void burn_write_empty_subcode(int fd);
void burn_drive_free(struct burn_drive *d);
void burn_drive_free_all(void);
/* @param flag bit0= reset global drive list */
int burn_drive_scan_sync(struct burn_drive_info *drives[],
unsigned int *n_drives);
unsigned int *n_drives, int flag);
void burn_disc_erase_sync(struct burn_drive *d, int fast);
int burn_drive_get_block_types(struct burn_drive *d,
enum burn_write_types write_type);