mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
system/helpers.cpp: Adding value 'bsize' as a possible return value
Origin commit data
------------------
Commit: 6e1a2dc9cd
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-01-01 (Tue, 01 Jan 2013)
Origin message was:
------------------
* system/helpers.cpp: Adding value 'bsize' as a possible return value
This commit is contained in:
@@ -31,7 +31,7 @@ int safe_mkdir(char * path);
|
||||
bool file_exists(const char *filename);
|
||||
void wakeup_hdd(const char *hdd_dir);
|
||||
int check_dir(const char * dir);
|
||||
bool get_fs_usage(const char * dir, long &total, long &used);
|
||||
bool get_fs_usage(const char * dir, long &total, long &used, long *bsize=NULL);
|
||||
bool get_mem_usage(unsigned long &total, unsigned long &free);
|
||||
|
||||
std::string trim(std::string &str, const std::string &trimChars = " \n\r\t");
|
||||
|
Reference in New Issue
Block a user