Fix a bunch of mistakes I made before.

This commit is contained in:
Jaime Thomas
2009-02-17 22:48:11 +00:00
parent 2fb05a62d4
commit 6a4420575a
11 changed files with 183 additions and 175 deletions

View File

@@ -3,6 +3,6 @@
#define ECDB_ERASE_GUI_H
void ecdb_erase_page_show(Ecdb_Page *page);
void ecdb_erase_cleanup(void);
void ecdb_erase_cleanup(Ecdb_Page *page);
#endif