summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-04-12 10:06:21 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-04-12 10:06:21 +0200
commit7c84508417b9831b364947b4d7882209db50d4e8 (patch)
treeb17c1b64b941b8164575946292522d8fb7748923 /config.h
parente58802d2a0a04e860dcd9bb2db8f03b0f9c3402e (diff)
downloadvdr-7c84508417b9831b364947b4d7882209db50d4e8.tar.gz
vdr-7c84508417b9831b364947b4d7882209db50d4e8.tar.bz2
Implemented a 'resume ID' which allows several users to each have their own resume.vdr files
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 321407df..ac40ff47 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.151 2003/03/23 14:42:35 kls Exp $
+ * $Id: config.h 1.152 2003/04/12 09:35:50 kls Exp $
*/
#ifndef __CONFIG_H
@@ -229,6 +229,7 @@ public:
int MinEventTimeout, MinUserInactivity;
int MultiSpeedMode;
int ShowReplayMode;
+ int ResumeID;
int CaCaps[MAXDEVICES][MAXCACAPS];
int CurrentChannel;
int CurrentVolume;