summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-10-28 16:32:34 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2001-10-28 16:32:34 +0100
commit1cba487e56c12152e1d0b472f2ce5155dfde801e (patch)
tree1423c71c99c400588e6dd6575d4a3a29d9c82f2a /menu.h
parentfee4982077d5aebadd44afbc2fa3b5f274c93af0 (diff)
downloadvdr-1cba487e56c12152e1d0b472f2ce5155dfde801e.tar.gz
vdr-1cba487e56c12152e1d0b472f2ce5155dfde801e.tar.bz2
Implemented stopping a recording on the primary interface
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 b41a935b..250d2ff5 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.33 2001/10/21 14:26:01 kls Exp $
+ * $Id: menu.h 1.34 2001/10/28 15:21:04 kls Exp $
*/
#ifndef _MENU_H
@@ -92,6 +92,7 @@ public:
static bool Start(cTimer *Timer = NULL);
static void Stop(const char *InstantId);
static void Stop(cDvbApi *DvbApi);
+ static bool StopPrimary(bool DoIt = false);
static const char *GetInstantId(const char *LastInstantId);
static void Process(time_t t);
static bool Active(void);