check if channel is present (send + fetch)

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7f91b853f7
Author: TangoCash <eric@loxat.de>
Date: 2016-10-21 (Fri, 21 Oct 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2016-10-21 10:47:37 +02:00
committed by vanhofen
parent 37bd46c514
commit 7bb55736b8
2 changed files with 39 additions and 2 deletions

View File

@@ -87,6 +87,8 @@ class CTimerList : public CMenuTarget, public CListHelpers
int saved_dispmode;
void remoteTimerList(CTimerd::TimerList &timerlist);
void enterRemoteBox();
bool remoteChanExists(t_channel_id channel_id);
bool localChanExists(t_channel_id channel_id);
int rem_pre,rem_post;
public: