diff options
Diffstat (limited to 'cutter.h')
-rw-r--r-- | cutter.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |