summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-10-21 14:29:03 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-10-21 14:29:03 +0200
commita7136cf5186808c474365953f166665416a7083d (patch)
treee709b01a7358f814172459065c9d44bad743ee37 /menu.h
parent74016967e4c947bb7f58fa82865b4587f0014ff0 (diff)
downloadvdr-a7136cf5186808c474365953f166665416a7083d.tar.gz
vdr-a7136cf5186808c474365953f166665416a7083d.tar.bz2
Pressing the 'Back' button while replaying a DVD now leads to the DVD menu0.9.7
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/menu.h b/menu.h
index 710decf2..b41a935b 100644
--- a/menu.h
+++ b/menu.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.h 1.32 2001/10/20 11:15:26 kls Exp $
+ * $Id: menu.h 1.33 2001/10/21 14:26:01 kls Exp $
*/
#ifndef _MENU_H
@@ -133,6 +133,7 @@ public:
static void SetRecording(const char *FileName, const char *Title);
#ifdef DVDSUPPORT
static void SetDVD(cDVD *DVD, int Title);//XXX
+ static int LastTitleID(void);
#endif //DVDSUPPORT
static const char *LastReplayed(void);
static void ClearLastReplayed(const char *FileName);