summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-08-06 12:56:49 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-08-06 12:56:49 +0200
commit0d034bc582c53fde9b6260e604b25eac3cfdeb51 (patch)
tree5a966746fa238c9570216e0a08bb274803ba7d20 /config.h
parentdd6bc9feea50553926a7d7f1b2fc1870dcba4f47 (diff)
downloadvdr-0d034bc582c53fde9b6260e604b25eac3cfdeb51.tar.gz
vdr-0d034bc582c53fde9b6260e604b25eac3cfdeb51.tar.bz2
New SVDRP command UPDT
Diffstat (limited to 'config.h')
-rw-r--r--config.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/config.h b/config.h
index 1798fab5..1b21d341 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.13 2000/08/02 16:38:40 kls Exp $
+ * $Id: config.h 1.14 2000/08/06 12:22:52 kls Exp $
*/
#ifndef __CONFIG_H
@@ -183,7 +183,11 @@ public:
};
class cChannels : public cConfig<cChannel> {};
-class cTimers : public cConfig<cTimer> {};
+
+class cTimers : public cConfig<cTimer> {
+public:
+ cTimer *GetTimer(cTimer *Timer);
+ };
extern int CurrentChannel;