2008-12-09 19:46:00 +00:00
|
|
|
/* vim: set sw=3 ts=3 sts=3 expandtab: */
|
2008-11-03 14:56:30 +00:00
|
|
|
#ifndef ECDB_ERASE_H
|
|
|
|
#define ECDB_ERASE_H
|
|
|
|
|
2008-12-09 05:47:59 +00:00
|
|
|
void ecdb_erase_project_start(Ecdb_Erase_Project *proj);
|
2009-02-17 22:48:11 +00:00
|
|
|
int ecdb_erase_disc(Ecdb_Erase_Project *proj,
|
|
|
|
Ecdb_Page *page);
|
2008-11-03 14:56:30 +00:00
|
|
|
|
|
|
|
#endif
|