Oops. I think its important to have these.

This commit is contained in:
Jaime Thomas
2008-12-21 04:41:31 +00:00
parent 2e2d86a406
commit 1403637a9c
2 changed files with 256 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/* 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(void);
void ecdb_burn_image_cleanup(void);
#endif