summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2018-02-09 17:15:09 +0100
committerhorchi <vdr@jwendel.de>2018-02-09 17:15:09 +0100
commit59875c10d77355d34b864445e63f635fcc60d853 (patch)
treed142415bad5d29eb65613edc94418d6ae2272e75 /menu.h
parentdc1a77c5662d6b1d1fb988f61590f71af3773c29 (diff)
downloadvdr-plugin-epg2vdr-59875c10d77355d34b864445e63f635fcc60d853.tar.gz
vdr-plugin-epg2vdr-59875c10d77355d34b864445e63f635fcc60d853.tar.bz2
2018-02-09 version 1.1.82 (horchi)\n - added: Switch timer\n\n1.1.82
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);