diff options
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recording.h b/recording.h index dc3b3d7..7511c65 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.9 2000/07/28 13:53:54 kls Exp $ + * $Id: recording.h 1.10 2000/10/03 12:27:49 kls Exp $ */ #ifndef __RECORDING_H @@ -31,7 +31,7 @@ public: cRecording(const char *FileName); ~cRecording(); const char *FileName(void); - const char *Title(char Delimiter = ' '); + const char *Title(char Delimiter = ' ', bool NewIndicator = false); const char *Summary(void) { return summary; } bool WriteSummary(void); bool Delete(void); |