summaryrefslogtreecommitdiff
path: root/rcu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-07-31 11:38:40 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-07-31 11:38:40 +0200
commitd6b8a2832973d7bf767039a91905059bc7800452 (patch)
tree8619687adc86498cafeea97eb7d54b7b44fee7d8 /rcu.h
parent44a4d1211783e8b0436ff988158a39ecab119524 (diff)
downloadvdr-d6b8a2832973d7bf767039a91905059bc7800452.tar.gz
vdr-d6b8a2832973d7bf767039a91905059bc7800452.tar.bz2
Added the command line options '--lirc', '--rcu' and '--no-kbd'
Diffstat (limited to 'rcu.h')
-rw-r--r--rcu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rcu.h b/rcu.h
index 534ca3da..be5c64af 100644
--- a/rcu.h
+++ b/rcu.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: rcu.h 1.3 2003/04/12 14:36:09 kls Exp $
+ * $Id: rcu.h 1.4 2005/07/31 10:18:00 kls Exp $
*/
#ifndef __RCU_H
@@ -37,7 +37,7 @@ private:
virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber);
virtual void Recording(const cDevice *Device, const char *Name);
public:
- cRcuRemote(char *DeviceName);
+ cRcuRemote(const char *DeviceName);
virtual ~cRcuRemote();
virtual bool Ready(void);
virtual bool Initialize(void);