experimental-legacy/ecdb/trunk/src/ecdb_drives.h

11 lines
283 B
C
Raw Normal View History

/* vim: set sw=3 ts=3 sts=3 expandtab: */
#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);
#endif