summaryrefslogtreecommitdiff
path: root/ci.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-02-16 11:20:55 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2003-02-16 11:20:55 +0100
commit9c04942eaac18f9a494c5ace7f3e73e62a820c47 (patch)
treee76bb7f87fb97ac075d251f383cf50310345b38f /ci.h
parent96df157057827185f94a150bf3c8a049f8bca369 (diff)
downloadvdr-9c04942eaac18f9a494c5ace7f3e73e62a820c47.tar.gz
vdr-9c04942eaac18f9a494c5ace7f3e73e62a820c47.tar.bz2
Broken CAM connections are now restored automatically
Diffstat (limited to 'ci.h')
-rw-r--r--ci.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci.h b/ci.h
index 5d33b611..255292a2 100644
--- a/ci.h
+++ b/ci.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: ci.h 1.2 2003/02/09 11:44:00 kls Exp $
+ * $Id: ci.h 1.3 2003/02/16 10:55:21 kls Exp $
*/
#ifndef __CI_H
@@ -95,7 +95,7 @@ private:
public:
~cCiHandler();
static cCiHandler *CreateCiHandler(const char *FileName);
- void Process(void);
+ bool Process(void);
bool EnterMenu(int Slot);
cCiMenu *GetMenu(void);
cCiEnquiry *GetEnquiry(void);