Organized ecdb source code in structure

This commit is contained in:
Mario Danic
2008-04-02 16:17:22 +00:00
parent c5273cd4c0
commit fa9cac4177
23 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#ifndef ECDB_MISC_H
#define ECDB_MISC_H
Ecdb_Project *ecdb_project_new(void);
void ecdb_shutdown(void);
void ecdb_burn_init(void);
void ecdb_image_init(void);
#endif