From b5edaaa7ccb55ae13f197be2b40c8de460233fd4 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 2 Jan 2010 14:02:48 +0100 Subject: Implemented --edit and --genindex options --- cutter.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cutter.h') 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 -- cgit v1.2.3