summaryrefslogtreecommitdiff
path: root/timers.h
diff options
context:
space:
mode:
Diffstat (limited to 'timers.h')
-rw-r--r--timers.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/timers.h b/timers.h
index 1400dab..861c724 100644
--- a/timers.h
+++ b/timers.h
@@ -33,7 +33,8 @@ class TimerManager: public cMutex
public:
SortedTimers& GetTimers() { return m_timers; }
- std::string UpdateTimer( cTimer* timer, std::string const& timerString );
+ void UpdateTimer( cTimer* timer, int flags, std::string const& 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 );
// may only be called from Plugin::MainThreadHook
void DoPendingWork();