diff options
| author | Jürgen Schmitz <vdr@dolze.de> | 2004-11-23 20:15:00 +0100 |
|---|---|---|
| committer | Jürgen Schmitz <vdr@dolze.de> | 2004-11-23 20:15:00 +0100 |
| commit | 83720d70112490b379cdc230bfb4e4f6a2fe6bff (patch) | |
| tree | 1fb401c4ee7e7da6a19453a2ad06ddf81b134414 /config.h | |
| parent | 4a5845aee69c23fa52f660be1caff00c96d9fc38 (diff) | |
| download | vdr-plugin-tvonscreen-83720d70112490b379cdc230bfb4e4f6a2fe6bff.tar.gz vdr-plugin-tvonscreen-83720d70112490b379cdc230bfb4e4f6a2fe6bff.tar.bz2 | |
Version 0.7.0
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |
