More work, but crashes

This commit is contained in:
Jaime Thomas
2008-04-07 01:04:15 +00:00
parent dca9139c46
commit 5005642900
6 changed files with 142 additions and 46 deletions

View File

@@ -117,8 +117,14 @@ struct _Ecdb_Project_Info
/* The drive reference */
Ecdb_Drive_Info *drive;
BurnProgress progress;
BurnDriveStatus stat;
};
/* Callbacks */
extern int ECDB_DRIVE_ACTION_FINISHED;
extern int ECDB_DRIVE_ACTION_BEGUN;
extern int ECDB_DRIVE_ACTION_UPDATE;
#include "ecdb_drives.h"
#include "ecdb_image.h"
#include "ecdb_burn.h"