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
|
|
|
|
|
|
|
|
void ecdb_burn_data_page_show(void);
|
2009-01-11 22:13:44 +00:00
|
|
|
void ecdb_burn_data_cleanup(Ecdb_Burn_Project *proj);
|
2008-12-22 01:12:16 +00:00
|
|
|
|
|
|
|
#endif
|