mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
- controlapi: reformat yCgiCallList
This commit is contained in:
@@ -157,9 +157,9 @@ void CControlAPI::compatibility_Timer(CyhookHandler *hh)
|
||||
const CControlAPI::TyCgiCall CControlAPI::yCgiCallList[]=
|
||||
{
|
||||
// channel & bouquet & epg & zapping handling
|
||||
{"getservicesxml", &CControlAPI::GetServicesxmlCGI,""},
|
||||
{"getbouquetsxml", &CControlAPI::GetBouquetsxmlCGI,""},
|
||||
{"getubouquetsxml", &CControlAPI::GetUBouquetsxmlCGI,""},
|
||||
{"getservicesxml", &CControlAPI::GetServicesxmlCGI, ""},
|
||||
{"getbouquetsxml", &CControlAPI::GetBouquetsxmlCGI, ""},
|
||||
{"getubouquetsxml", &CControlAPI::GetUBouquetsxmlCGI, ""},
|
||||
{"channellist", &CControlAPI::ChannellistCGI, "text/plain"},
|
||||
{"logolist", &CControlAPI::LogolistCGI, "text/plain"},
|
||||
{"getbouquet", &CControlAPI::GetBouquetCGI, "+xml"},
|
||||
@@ -224,8 +224,6 @@ const CControlAPI::TyCgiCall CControlAPI::yCgiCallList[]=
|
||||
{"file", &CControlAPI::FileCGI, "+xml"},
|
||||
{"statfs", &CControlAPI::StatfsCGI, "+xml"},
|
||||
{"getdir", &CControlAPI::getDirCGI, "+xml"}
|
||||
|
||||
|
||||
};
|
||||
//-----------------------------------------------------------------------------
|
||||
// Main Dispatcher
|
||||
|
Reference in New Issue
Block a user