summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-02-18 14:18:13 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2001-02-18 14:18:13 +0100
commit3586013b8fa8006afdc9624a97e8f14fa111d753 (patch)
treebeec284353d545cbb0e24995634bab99a9be19ba /config.h
parentc464c4f9b9043e2a852c646f644f7a5c4b0e69d7 (diff)
downloadvdr-3586013b8fa8006afdc9624a97e8f14fa111d753.tar.gz
vdr-3586013b8fa8006afdc9624a97e8f14fa111d753.tar.bz2
New SVDRP command MESG; SVDRP can reuse port; SVDRP timeout
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 8f44e56e..963bcae3 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.40 2001/02/03 15:55:45 kls Exp $
+ * $Id: config.h 1.41 2001/02/18 13:12:06 kls Exp $
*/
#ifndef __CONFIG_H
@@ -269,6 +269,7 @@ public:
int SetSystemTime;
int MarginStart, MarginStop;
int EPGScanTimeout;
+ int SVDRPTimeout;
int CurrentChannel;
cSetup(void);
bool Load(const char *FileName);