Some small gui work and bug fixes

This commit is contained in:
Jaime Thomas
2008-06-10 03:33:53 +00:00
parent e6aae7748d
commit 1d6bc631f7
9 changed files with 112 additions and 8 deletions

View File

@ -4,6 +4,8 @@
Ecdb_Project *ecdb_project_new(void);
int ecdb_project_init(Ecdb_Project *proj);
void ecdb_project_destroy(Ecdb_Project *proj);
void ecdb_project_type_set(Ecdb_Project *proj, unsigned int t);
void ecdb_projects_free(void *data);
int ecdb_shutdown(void *data, int type, void *event);
void ecdb_burn_init(void);
void ecdb_image_init(void);