Implemented --edit and --genindex options

This commit is contained in:
Klaus Schmidinger
2010-01-02 14:02:48 +01:00
parent 0faae7c3f0
commit b5edaaa7cc
8 changed files with 98 additions and 8 deletions

View File

@@ -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