2008-12-09 19:46:00 +00:00
|
|
|
/* vim: set sw=3 ts=3 sts=3 expandtab: */
|
2008-04-01 21:30:41 +00:00
|
|
|
#ifndef ECDB_DRIVES_H
|
|
|
|
#define ECDB_DRIVES_H
|
|
|
|
|
2008-12-09 05:47:59 +00:00
|
|
|
int ecdb_aquire_drive_info(void);
|
|
|
|
void ecdb_print_drive_info(void);
|
|
|
|
int ecdb_aquire_drive(Ecdb_Project *proj, unsigned int idx);
|
2008-12-18 18:54:50 +00:00
|
|
|
void ecdb_drive_info_list_free(Eina_List *list);
|
2008-04-01 21:30:41 +00:00
|
|
|
|
|
|
|
#endif
|