diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-04-12 10:06:21 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-04-12 10:06:21 +0200 |
commit | 7c84508417b9831b364947b4d7882209db50d4e8 (patch) | |
tree | b17c1b64b941b8164575946292522d8fb7748923 /config.h | |
parent | e58802d2a0a04e860dcd9bb2db8f03b0f9c3402e (diff) | |
download | vdr-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |