-add wakeup_hdd & file_exists to system-helpers

This commit is contained in:
satbaby
2012-09-11 20:35:47 +02:00
parent dfa3231469
commit c6ae7255ac
9 changed files with 42 additions and 28 deletions

View File

@@ -97,7 +97,6 @@ class CPlugins
void scanDir(const char *dir);
bool plugin_exists(const std::string & filename);
int find_plugin(const std::string & filename);
bool pluginfile_exists(const std::string & filename);
CPlugins::p_type_t getPluginType(int type);
public:
CPlugins();