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 /recording.h | |
parent | 0faae7c3f04abc13049b1a526a3d05a36e28d014 (diff) | |
download | vdr-b5edaaa7ccb55ae13f197be2b40c8de460233fd4.tar.gz vdr-b5edaaa7ccb55ae13f197be2b40c8de460233fd4.tar.bz2 |
Implemented --edit and --genindex options
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recording.h b/recording.h index 6c95a34e..663d66d2 100644 --- a/recording.h +++ b/recording.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: recording.h 2.11 2009/12/06 12:46:31 kls Exp $ + * $Id: recording.h 2.12 2010/01/02 12:10:07 kls Exp $ */ #ifndef __RECORDING_H @@ -285,4 +285,6 @@ char *ExchangeChars(char *s, bool ToFileSystem); // be modified and may be reallocated if more space is needed. The return // value points to the resulting string, which may be different from s. +bool GenerateIndex(const char *FileName); + #endif //__RECORDING_H |