summaryrefslogtreecommitdiff
path: root/client/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/filter.h')
-rw-r--r--client/filter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/filter.h b/client/filter.h
index 9fb9df0..04e8c75 100644
--- a/client/filter.h
+++ b/client/filter.h
@@ -1,5 +1,5 @@
/*
- * $Id: filter.h,v 1.2 2007/04/23 11:23:15 schmirl Exp $
+ * $Id: filter.h,v 1.3 2007/04/23 12:52:28 schmirl Exp $
*/
#ifndef VDR_STREAMDEV_FILTER_H
@@ -23,6 +23,7 @@ private:
protected:
virtual void Action(void);
+ void CarbageCollect(void);
public:
cStreamdevFilters(void);