Clean up headers a bit, and begin to add the improved image creation

This commit is contained in:
Jaime Thomas
2008-05-19 05:00:55 +00:00
parent 0c369c5033
commit fe6613d7b9
9 changed files with 127 additions and 17 deletions

View File

@@ -1,8 +1,8 @@
#ifndef ECDB_DRIVES_H
#define ECDB_DRIVES_H
int ecdb_aquire_drive_info(void);
void ecdb_print_drive_info(void);
int ecdb_aquire_drive(Ecdb_Project *proj, unsigned int idx);
int ecdb_aquire_drive_info(void);
void ecdb_print_drive_info(void);
int ecdb_aquire_drive(Ecdb_Project *proj, unsigned int idx);
#endif