9 lines
189 B
C
9 lines
189 B
C
/* vim: set sw=3 ts=3 sts=3 expandtab: */
|
|
#ifndef ECDB_ERASE_GUI_H
|
|
#define ECDB_ERASE_GUI_H
|
|
|
|
void ecdb_erase_page_show(Ecdb_Page *page);
|
|
void ecdb_erase_cleanup(Ecdb_Page *page);
|
|
|
|
#endif
|