summaryrefslogtreecommitdiff
path: root/ci.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-10-03 12:58:22 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-10-03 12:58:22 +0200
commit5956f7eeec27d86cb56642f51c423f4198a6ca43 (patch)
tree7ddbd3f33c260eeecd12d70aa3fd2bd6e4ce9f3b /ci.h
parent876ad5d5f6d8128ee92ad507a8ea1d536f9ae88b (diff)
downloadvdr-5956f7eeec27d86cb56642f51c423f4198a6ca43.tar.gz
vdr-5956f7eeec27d86cb56642f51c423f4198a6ca43.tar.bz2
The CAM enquiry menu now aborts if Menu is pressed
Diffstat (limited to 'ci.h')
-rw-r--r--ci.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci.h b/ci.h
index 34b422fa..6c35e6f0 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.16 2005/10/02 13:20:41 kls Exp $
+ * $Id: ci.h 1.17 2005/10/03 12:49:52 kls Exp $
*/
#ifndef __CI_H
@@ -60,6 +60,7 @@ public:
int ExpectedLength(void) { return expectedLength; }
bool Reply(const char *s);
bool Cancel(void);
+ bool Abort(void);
};
class cCiCaPmt {