summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h b/config.h
index 06256f7..42ca882 100644
--- a/config.h
+++ b/config.h
@@ -1,11 +1,16 @@
#ifndef __ZAPPILOTCONFIG_H
#define __ZAPPILOTCONFIG_H
+#include <vdr/plugin.h>
+
struct sZappilotConfig
{
int closeonswitch;
int hidemenu;
int fastbrowse;
+ int switchtimer;
+ int switchminsbefore;
+ cPlugin* pEPGSearch;
};
extern sZappilotConfig config;