neutrino.cpp: add zapTo(), reuse common code for zap without wait

This commit is contained in:
[CST] Focus
2014-01-28 16:10:19 +04:00
parent 65859318d0
commit 02cb09ce7e
2 changed files with 17 additions and 24 deletions

View File

@@ -213,6 +213,7 @@ public:
int showChannelList(const neutrino_msg_t msg, bool from_menu = false);
CPersonalizeGui & getPersonalizeGui() { return personalize; }
bool getChannellistIsVisible() { return channellist_visible; }
void zapTo(t_channel_id channel_id);
};
#endif