- controlapi: add statfs output for a given path

This commit is contained in:
svenhoefer
2016-02-20 14:28:59 +01:00
parent b14383e0df
commit 8375f9ffb6
3 changed files with 96 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ private:
void logoCGI(CyhookHandler *hh);
void ConfigCGI(CyhookHandler *hh);
void FileCGI(CyhookHandler *hh);
void StatfsCGI(CyhookHandler *hh);
void SignalInfoCGI(CyhookHandler *hh);
void getDirCGI(CyhookHandler *hh);
std::string getSubdirectories(CyhookHandler *hh, std::string path, std::string result);