diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2010-01-02 14:02:48 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2010-01-02 14:02:48 +0100 |
commit | b5edaaa7ccb55ae13f197be2b40c8de460233fd4 (patch) | |
tree | 1a6f3d053256becd8f05286ca862afccf2b3b753 /cutter.h | |
parent | 0faae7c3f04abc13049b1a526a3d05a36e28d014 (diff) | |
download | vdr-b5edaaa7ccb55ae13f197be2b40c8de460233fd4.tar.gz vdr-b5edaaa7ccb55ae13f197be2b40c8de460233fd4.tar.bz2 |
Implemented --edit and --genindex 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 |