Start splitting up ecdb_gui into more logic files

This commit is contained in:
Jaime Thomas
2008-12-21 01:48:31 +00:00
parent 7f0f6159a8
commit 9db32952a6
9 changed files with 252 additions and 190 deletions

View File

@@ -0,0 +1,8 @@
/* vim: set sw=3 ts=3 sts=3 expandtab: */
#ifndef ECDB_ERASE_GUI_H
#define ECDB_ERASE_GUI_H
void ecdb_erase_page_show(void);
void ecdb_erase_cleanup(void);
#endif