Formatting changes.

This commit is contained in:
Jaime Thomas
2008-12-09 05:47:59 +00:00
parent 48f67e3844
commit 7207b1b406
19 changed files with 2112 additions and 2054 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