summaryrefslogtreecommitdiff
path: root/cutter.h
diff options
context:
space:
mode:
Diffstat (limited to 'cutter.h')
-rw-r--r--cutter.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cutter.h b/cutter.h
index 8275281f..afc5e935 100644
--- a/cutter.h
+++ b/cutter.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: cutter.h 1.1 2002/06/22 10:03:15 kls Exp $
+ * $Id: cutter.h 2.1 2010/01/02 12:09:54 kls Exp $
*/
#ifndef __CUTTER_H
@@ -26,4 +26,6 @@ public:
static bool Ended(void);
};
+bool CutRecording(const char *FileName);
+
#endif //__CUTTER_H