From 408d3f93be73911e5f4f7ae2d55e01c150e7dc6b 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 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/c83bb26a859109359f5b688824e775ec1292bfa2 Author: [CST] Focus Date: 2012-03-08 (Thu, 08 Mar 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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;