diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-05-24 13:38:28 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-05-24 13:38:28 +0200 |
commit | e26e6b2e5a68be5c98364cc57f097d659edee9e8 (patch) | |
tree | 3c7509e9bc5151355cd41f8d5597412e8833f807 /eitscan.h | |
parent | 755835ce4439a182519a91855b84f97631561ce1 (diff) | |
download | vdr-e26e6b2e5a68be5c98364cc57f097d659edee9e8.tar.gz vdr-e26e6b2e5a68be5c98364cc57f097d659edee9e8.tar.bz2 |
Fixed channel switching in the EPG scanner on single device systems
Diffstat (limited to 'eitscan.h')
-rw-r--r-- | eitscan.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: eitscan.h 1.2 2003/03/16 13:20:40 kls Exp $ + * $Id: eitscan.h 1.3 2003/05/24 13:21:36 kls Exp $ */ #ifndef __EITSCAN_H @@ -31,4 +31,6 @@ public: void Process(void); }; +extern cEITScanner EITScanner; + #endif //__EITSCAN_H |