diff options
Diffstat (limited to 'client/device.h')
-rw-r--r-- | client/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/device.h b/client/device.h index c4e3a43..9d4bedb 100644 --- a/client/device.h +++ b/client/device.h @@ -45,6 +45,7 @@ protected: virtual bool GetTSPacket(uchar *&Data); virtual int OpenFilter(u_short Pid, u_char Tid, u_char Mask); + virtual void CloseFilter(int Handle); public: cStreamdevDevice(void); |