controlapi.cpp: add getubouquetsxml

This commit is contained in:
Jacek Jendrzej
2015-05-10 18:01:26 +02:00
parent 95a27ebb31
commit 11eac1f091
2 changed files with 9 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ private:
void GetTimeCGI(CyhookHandler *hh);
void GetServicesxmlCGI(CyhookHandler *hh);
void GetBouquetsxmlCGI(CyhookHandler *hh);
void GetUBouquetsxmlCGI(CyhookHandler *hh);
void GetChannel_IDCGI(CyhookHandler *hh);
void GetTPChannel_IDCGI(CyhookHandler *hh);
void MessageCGI(CyhookHandler *hh);