summaryrefslogtreecommitdiff
path: root/timers.h
diff options
context:
space:
mode:
Diffstat (limited to 'timers.h')
-rw-r--r--timers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/timers.h b/timers.h
index a2e8a8b..0135761 100644
--- a/timers.h
+++ b/timers.h
@@ -40,6 +40,7 @@ public:
int start, int stop, int priority, int lifetime, std::string const& title, std::string const& aux );
void DelTimer( cTimer* timer);
+ void ToggleTimerActive( cTimer* timer);
// may only be called from Plugin::MainThreadHook
void DoPendingWork();
void DoReloadTimers() { m_timers.ReloadTimers(); }