summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/menu.h b/menu.h
index 23442f2..704c120 100644
--- a/menu.h
+++ b/menu.h
@@ -74,7 +74,8 @@ class cMenuDb : public cParameters
// timer db
- int createTimer(cDbRow* timerRow, const char* destUuid);
+ int createSwitchTimer(const cEvent* event);
+ int createTimer(cDbRow* timerRow, const char* destUuid, int type = ttRecord);
int modifyTimer(cDbRow* timerRow, const char* destUuid = 0);
int deleteTimer(long timerid);