summaryrefslogtreecommitdiff
path: root/ci.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-10-02 13:54:34 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-10-02 13:54:34 +0200
commit8365632b3f201f1b903dd88d80593435ba9545a1 (patch)
tree07705e4d45b3024171506840219a38679262c6b7 /ci.h
parent283a6f83f90a10175ffa6b5acbb895298223b48d (diff)
downloadvdr-8365632b3f201f1b903dd88d80593435ba9545a1.tar.gz
vdr-8365632b3f201f1b903dd88d80593435ba9545a1.tar.bz2
The CAM menu is now completely closed when pressing the Menu key while inside a sub menu
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 483a83ec..34b422fa 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.15 2005/10/02 12:51:22 kls Exp $
+ * $Id: ci.h 1.16 2005/10/02 13:20:41 kls Exp $
*/
#ifndef __CI_H
@@ -40,6 +40,7 @@ public:
bool Selectable(void) { return selectable; }
bool Select(int Index);
bool Cancel(void);
+ bool Abort(void);
bool HasUpdate(void);
};