- followscreenings: port code from martiis-neutrino-mp

This commit is contained in:
martii
2016-07-01 15:26:06 +02:00
committed by svenhoefer
parent 0c0b1981f6
commit 61105699d4
13 changed files with 320 additions and 49 deletions

View File

@@ -97,7 +97,6 @@ class CTimerList : public CMenuTarget, public CListHelpers
static std::string convertChannelId2String(const t_channel_id id); // UTF-8
};
bool askUserOnTimerConflict(time_t announceTime, time_t stopTime);
bool askUserOnTimerConflict(time_t announceTime, time_t stopTime, t_channel_id channel_id = 0);
#endif