summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-02-21 15:30:35 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-02-21 15:30:35 +0100
commit6fef98aa971f8ee51b21d95f9fe3f975a13858f1 (patch)
tree9a08f57ac8377d16a35c1a84b0609b49a58318fe /config.h
parentc969c77d9c5faed74e429a60c9eaa00b4b84ec1f (diff)
downloadvdr-6fef98aa971f8ee51b21d95f9fe3f975a13858f1.tar.gz
vdr-6fef98aa971f8ee51b21d95f9fe3f975a13858f1.tar.bz2
Implemented an "EPG linger time"
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 14b3a1ba..34cad46f 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h 1.187 2004/02/09 17:04:09 kls Exp $
+ * $Id: config.h 1.188 2004/02/21 15:04:53 kls Exp $
*/
#ifndef __CONFIG_H
@@ -220,6 +220,7 @@ public:
int EPGLanguages[I18nNumLanguages + 1];
int EPGScanTimeout;
int EPGBugfixLevel;
+ int EPGLinger;
int SVDRPTimeout;
int ZapTimeout;
int SortTimers;