summaryrefslogtreecommitdiff
path: root/tools/backgroundwriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/backgroundwriter.h')
-rw-r--r--tools/backgroundwriter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/backgroundwriter.h b/tools/backgroundwriter.h
index 7119047e..d7a0dacc 100644
--- a/tools/backgroundwriter.h
+++ b/tools/backgroundwriter.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: backgroundwriter.h,v 1.4 2007-01-07 05:36:30 phintuka Exp $
+ * $Id: backgroundwriter.h,v 1.5 2009-07-21 10:45:13 phintuka Exp $
*
*/
@@ -37,6 +37,7 @@ class cBackgroundWriterI : public cThread
protected:
virtual void Action(void) = 0;
+ void Cork(void);
public:
cBackgroundWriterI(int fd, int Size = KILOBYTE(512), int Margin = 0);