- infoviewerbb: determination of hdd-percentage in a seperate thread

This commit is contained in:
svenhoefer
2012-09-19 21:23:50 +02:00
parent 8f509f5dcf
commit 87f7a224f7
4 changed files with 78 additions and 28 deletions

View File

@@ -28,8 +28,9 @@ int my_system(const char * cmd);
FILE* my_popen( pid_t& pid, const char *cmdstring, const char *type);
int safe_mkdir(char * path);
int check_dir(const char * newdir);
bool file_exists(const char *filename);
void wakeup_hdd(const char *hdd_dir);
int check_dir(const char * dir);
int get_fs_usage(const char * dir);
#endif