diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-10-13 12:14:49 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-10-13 12:14:49 +0200 |
commit | 95c8c2b60cfa455520798ea4db2a071ed18c2a2c (patch) | |
tree | 54346d4779f50d6caee950da353811239897d675 /config.h | |
parent | 44cb1a79a5ef620f317102cdae4c4c8780f250af (diff) | |
download | vdr-95c8c2b60cfa455520798ea4db2a071ed18c2a2c.tar.gz vdr-95c8c2b60cfa455520798ea4db2a071ed18c2a2c.tar.bz2 |
New configuration file 'reccmds.conf'
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.133 2002/10/13 08:35:49 kls Exp $ + * $Id: config.h 1.134 2002/10/13 10:03:09 kls Exp $ */ #ifndef __CONFIG_H @@ -95,7 +95,7 @@ public: bool Parse(const char *s); const char *Title(void) { return title; } bool Confirm(void) { return confirm; } - const char *Execute(void); + const char *Execute(const char *Parameters = NULL); }; typedef uint32_t in_addr_t; //XXX from /usr/include/netinet/in.h (apparently this is not defined on systems with glibc < 2.2) @@ -224,6 +224,7 @@ public: extern cTimers Timers; extern cCommands Commands; +extern cCommands RecordingCommands; extern cSVDRPhosts SVDRPhosts; extern cCaDefinitions CaDefinitions; |