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 e00079b..6912c28 100644
--- a/menu.h
+++ b/menu.h
@@ -70,7 +70,7 @@ class cMenuDb : public cParameters
int initUserTimes();
int initUserList(char**& userList, int& count, long int& loginEnabled);
- int lookupTimer(const cEvent* event, int& timerMatch, int& remote, int force = no);
+ int lookupTimer(const cEvent* event, int& timerMatch, int& remote, char& type, int force = no);
// timer db
@@ -146,6 +146,7 @@ class cMenuDb : public cParameters
uint timerid;
char state;
+ char type;
time_t starttime;
uint eventid;
char channelid[100];