diff options
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/recording.h b/recording.h index 9230540f..96bb4b54 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 1.43 2005/09/25 13:47:07 kls Exp $ + * $Id: recording.h 1.44 2005/09/25 14:30:13 kls Exp $ */ #ifndef __RECORDING_H @@ -227,4 +227,10 @@ int SecondsToFrames(int Seconds); //XXX+ ->player??? int ReadFrame(int f, uchar *b, int Length, int Max); +char *ExchangeChars(char *s, bool ToFileSystem); + // Exchanges the characters in the given string to or from a file system + // specific representation (depending on ToFileSystem). The given string will + // 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. + #endif //__RECORDING_H |