summaryrefslogtreecommitdiff
path: root/eitscan.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-05-24 13:38:28 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-05-24 13:38:28 +0200
commite26e6b2e5a68be5c98364cc57f097d659edee9e8 (patch)
tree3c7509e9bc5151355cd41f8d5597412e8833f807 /eitscan.h
parent755835ce4439a182519a91855b84f97631561ce1 (diff)
downloadvdr-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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/eitscan.h b/eitscan.h
index 5b40ddd6..609bf78f 100644
--- a/eitscan.h
+++ b/eitscan.h
@@ -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