summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJürgen Schmitz <vdr@dolze.de>2004-11-23 20:15:00 +0100
committerJürgen Schmitz <vdr@dolze.de>2004-11-23 20:15:00 +0100
commit83720d70112490b379cdc230bfb4e4f6a2fe6bff (patch)
tree1fb401c4ee7e7da6a19453a2ad06ddf81b134414 /config.h
parent4a5845aee69c23fa52f660be1caff00c96d9fc38 (diff)
downloadvdr-plugin-tvonscreen-83720d70112490b379cdc230bfb4e4f6a2fe6bff.tar.gz
vdr-plugin-tvonscreen-83720d70112490b379cdc230bfb4e4f6a2fe6bff.tar.bz2
Version 0.7.0
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h b/config.h
index fa348e5..6019020 100644
--- a/config.h
+++ b/config.h
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: config.h,v 1.5 2004/07/08 10:46:44 schmitzj Exp $
+ * $Id: config.h,v 1.7 2004/11/23 14:21:24 schmitzj Exp $
*
*/
@@ -34,8 +34,10 @@ public:
int usertime2;
int usertime3;
int thenshownextday;
+ int showsearchinitiator;
char *logos;
+ char *vdradminfile;
};
extern tvonscreenConfig tvonscreenCfg;