summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-10-19 11:34:48 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-10-19 11:34:48 +0200
commit16f3d3fc5d2f883241147db6ed9622a58f73b7c0 (patch)
tree6beebcfc5725d37b9b767568ee39d02ae7854518 /config.h
parent5e9d7e3c93082cf310efe6074653aaee34f0fe4f (diff)
downloadvdr-16f3d3fc5d2f883241147db6ed9622a58f73b7c0.tar.gz
vdr-16f3d3fc5d2f883241147db6ed9622a58f73b7c0.tar.bz2
Fixed handling multiple 'CaCaps' entries in 'setup.conf'
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 133b7390..a2223d6b 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.135 2002/10/13 16:12:55 kls Exp $
+ * $Id: config.h 1.136 2002/10/19 11:29:46 kls Exp $
*/
#ifndef __CONFIG_H
@@ -252,7 +252,7 @@ private:
bool ParseCaCaps(const char *Value);
bool Parse(const char *Name, const char *Value);
cSetupLine *Get(const char *Name, const char *Plugin = NULL);
- void Store(const char *Name, const char *Value, const char *Plugin = NULL);
+ void Store(const char *Name, const char *Value, const char *Plugin = NULL, bool AllowMultiple = false);
void Store(const char *Name, int Value, const char *Plugin = NULL);
public:
// Also adjust cMenuSetup (menu.c) when adding parameters here!