From 67df515c06774a549078026816a32f8520c08d17 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 14 Oct 2007 13:11:23 +0200 Subject: Added cDevice::CloseFilter(); some fixes to PLUGINS.html --- device.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'device.c') diff --git a/device.c b/device.c index c4f99259..73decabb 100644 --- a/device.c +++ b/device.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: device.c 1.144 2007/10/13 10:30:13 kls Exp $ + * $Id: device.c 1.145 2007/10/14 13:09:19 kls Exp $ */ #include "device.h" @@ -652,6 +652,11 @@ int cDevice::OpenFilter(u_short Pid, u_char Tid, u_char Mask) return -1; } +void cDevice::CloseFilter(int Handle) +{ + close(Handle); +} + void cDevice::AttachFilter(cFilter *Filter) { if (sectionHandler) -- cgit v1.2.3