2008-12-21 04:41:31 +00:00
|
|
|
/* vim: set sw=3 ts=3 sts=3 expandtab: */
|
|
|
|
#ifndef ECDB_BURN_IMAGE_GUI_H
|
|
|
|
#define ECDB_BURN_IMAGE_GUI_H
|
|
|
|
|
2009-02-05 04:11:22 +00:00
|
|
|
void ecdb_burn_image_page_show(Ecdb_Page *page);
|
2009-02-17 19:16:38 +00:00
|
|
|
void ecdb_burn_image_cleanup(Ecdb_Page *page);
|
2008-12-21 04:41:31 +00:00
|
|
|
|
|
|
|
#endif
|