2008-12-22 01:12:16 +00:00
|
|
|
/* vim: set sw=3 ts=3 sts=3 expandtab: */
|
|
|
|
#ifndef ECDB_BURN_DATA_GUI_H
|
|
|
|
#define ECDB_BURN_DATA_GUI_H
|
|
|
|
|
2009-02-05 04:11:22 +00:00
|
|
|
void ecdb_burn_data_page_show(Ecdb_Page *page);
|
2009-02-17 22:48:11 +00:00
|
|
|
void ecdb_burn_data_cleanup(Ecdb_Page *page);
|
2008-12-22 01:12:16 +00:00
|
|
|
|
|
|
|
#endif
|