controlapi: add possibility to check for updates

Origin commit data
------------------
Commit: 4183335244
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-24 (Sat, 24 Dec 2016)

Origin message was:
------------------
- controlapi: add possibility to check for updates
This commit is contained in:
vanhofen
2016-12-24 00:28:07 +01:00
parent 66c48cc1de
commit 081e2c6936
2 changed files with 34 additions and 1 deletions

View File

@@ -138,6 +138,7 @@ private:
std::string getSubdirectories(CyhookHandler *hh, std::string path, std::string result);
void InfoIconsCGI(CyhookHandler *hh); //NI
void UpdateInfoCGI(CyhookHandler *hh); //NI
protected:
CNeutrinoAPI *NeutrinoAPI;