summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h b/config.h
index 09646c1..ae7a79f 100644
--- a/config.h
+++ b/config.h
@@ -22,6 +22,7 @@
#include "common.h"
#include "ambiservice.h"
+#include <vdr/tools.h>
//***************************************************************************
// Configuration
@@ -53,7 +54,9 @@ class cBobConfig : public cAmbiService
int fixedR;
int fixedG;
int fixedB;
-
+ char host[16];
+ int port;
+
int showMainmenu; //bool
int detectCineBars;
int cineBarsThreshold;