diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2000-05-27 14:07:17 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2000-05-27 14:07:17 +0200 |
commit | 86f14230c2131e548438b2f27dbe967b105ba126 (patch) | |
tree | 3401dca33baf524fbf392014a56381a07811533d /dvbapi.h | |
parent | 5d34487621012519cc59797f16935049e1be0b25 (diff) | |
download | vdr-86f14230c2131e548438b2f27dbe967b105ba126.tar.gz vdr-86f14230c2131e548438b2f27dbe967b105ba126.tar.bz2 |
Simultaneous record/replay with two DVB cards
Diffstat (limited to 'dvbapi.h')
-rw-r--r-- | dvbapi.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbapi.h 1.9 2000/05/01 12:46:25 kls Exp $ + * $Id: dvbapi.h 1.10 2000/05/20 14:50:43 kls Exp $ */ #ifndef __DVBAPI_H @@ -91,7 +91,7 @@ public: // Progress Display facilities private: - int lastProgress; + int lastProgress, lastTotal; char *replayTitle; public: bool ShowProgress(bool Initial = false); |