diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |