check if channel is present (send + fetch)

This commit is contained in:
TangoCash
2016-10-21 10:47:37 +02:00
committed by svenhoefer
parent 9d19834340
commit 7f91b853f7
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: