diff options
Diffstat (limited to 'timers.h')
-rw-r--r-- | timers.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ public: void UpdateTimer( cTimer* timer, int flags, tChannelID& channel, std::string const& weekdays, std::string const& day, int start, int stop, int priority, int lifetime, std::string const& title, std::string const& aux ); + void DelTimer( cTimer* timer); // may only be called from Plugin::MainThreadHook void DoPendingWork(); void DoReloadTimers() { m_timers.ReloadTimers(); } |