summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/config.h b/config.h
index 4d121c9..611c088 100644
--- a/config.h
+++ b/config.h
@@ -5,18 +5,22 @@
*
*/
+#include <vdr/channels.h>
#ifndef VDR_BLOCK_CONFIG_H
#define VDR_BLOCK_CONFIG_H
class cSetupBlock {
public:
int HideMenuEntry;
- int MessageTimeout;
+ static int MessageTimeout;
static int DetectionMethod;
- static int LastChannel;
+ static int LastAcceptableChannel;
static int ParentalGuidance;
static int OkAllowed;
-
+ static int FuzzyFallback;
+ static char ReplayingName[256];
+ static cChannel *LastcChannel;
+ static int user_direction;
cSetupBlock(void);
bool Parse(const char *Name, const char *Value);