diff options
Diffstat (limited to 'epgsearchcfg.h')
-rw-r--r-- | epgsearchcfg.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/epgsearchcfg.h b/epgsearchcfg.h index 30cc214..81ec995 100644 --- a/epgsearchcfg.h +++ b/epgsearchcfg.h @@ -142,7 +142,10 @@ cEPGSearchConfig(void); int maxChannelMenuNow; int noConflMsgWhileReplay; int sendMailOnSearchtimerHours; - + int checkEPGHours; + int checkEPGWarnByOSD; + int checkEPGWarnByMail; + int checkEPGchannelGroupNr; time_t lastMailOnSearchtimerAt; }; |