From c83bb26a859109359f5b688824e775ec1292bfa2 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Thu, 8 Mar 2012 17:26:46 +0400 Subject: [PATCH] neutrino.h: move fill sectionsd config to own function --- src/neutrino.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/neutrino.h b/src/neutrino.h index 117a7ae90..28946aa9c 100644 --- a/src/neutrino.h +++ b/src/neutrino.h @@ -217,6 +217,7 @@ public: return current_muted; } int recordingstatus; + void MakeSectionsdConfig(CSectionsdClient::epg_config& config); void SendSectionsdConfig(void); int GetChannelMode(void) { return lastChannelMode;