summaryrefslogtreecommitdiff
path: root/dvbdevice.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-10-14 13:11:23 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-10-14 13:11:23 +0200
commit67df515c06774a549078026816a32f8520c08d17 (patch)
tree505383398de6b3ecc2b3ef526a0a0cc62145e92a /dvbdevice.h
parent7780e3664a5d76c84b5d1971e833ba8cc27c0f82 (diff)
downloadvdr-67df515c06774a549078026816a32f8520c08d17.tar.gz
vdr-67df515c06774a549078026816a32f8520c08d17.tar.bz2
Added cDevice::CloseFilter(); some fixes to PLUGINS.html1.5.10
Diffstat (limited to 'dvbdevice.h')
-rw-r--r--dvbdevice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dvbdevice.h b/dvbdevice.h
index 63c38d15..75572769 100644
--- a/dvbdevice.h
+++ b/dvbdevice.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbdevice.h 1.44 2007/02/25 12:23:57 kls Exp $
+ * $Id: dvbdevice.h 1.45 2007/10/14 13:01:25 kls Exp $
*/
#ifndef __DVBDEVICE_H
@@ -83,6 +83,7 @@ protected:
protected:
virtual int OpenFilter(u_short Pid, u_char Tid, u_char Mask);
+ virtual void CloseFilter(int Handle);
// Common Interface facilities: