9 lines
209 B
C
9 lines
209 B
C
/* vim: set sw=3 ts=3 sts=3 expandtab: */
|
|
#ifndef ECDB_BURN_IMAGE_GUI_H
|
|
#define ECDB_BURN_IMAGE_GUI_H
|
|
|
|
void ecdb_burn_image_page_show(Ecdb_Page *page);
|
|
void ecdb_burn_image_cleanup(Ecdb_Page *page);
|
|
|
|
#endif
|