From c0fa83065d9f190fa2b9e8e7e4df0b088514cdaf Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 14 Jan 2001 15:29:51 +0100 Subject: Saving and restoring the current channel --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 8f3cc77a..277e957e 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.37 2001/01/13 14:56:29 kls Exp $ + * $Id: config.h 1.38 2001/01/14 15:29:27 kls Exp $ */ #ifndef __CONFIG_H @@ -268,6 +268,7 @@ public: int SetSystemTime; int MarginStart, MarginStop; int EPGScanTimeout; + int CurrentChannel; cSetup(void); bool Load(const char *FileName); bool Save(const char *FileName = NULL); -- cgit v1.2.3