2008-12-09 19:46:00 +00:00
|
|
|
/* vim: set sw=3 ts=3 sts=3 expandtab: */
|
2008-04-01 21:30:41 +00:00
|
|
|
#ifndef ECDB_BURN_H
|
|
|
|
#define ECDB_BURN_H
|
|
|
|
|
2009-02-17 19:16:38 +00:00
|
|
|
int ecdb_burn_project(Ecdb_Burn_Project *proj,
|
|
|
|
Ecdb_Page *page);
|
2008-12-09 05:47:59 +00:00
|
|
|
void *ecdb_drive_progress_update(void *data);
|
2008-04-01 21:30:41 +00:00
|
|
|
|
|
|
|
#endif
|