diff options
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recording.h b/recording.h index 059133e..e1af3db 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.14 2001/06/02 10:00:25 kls Exp $ + * $Id: recording.h 1.16 2001/09/02 11:35:56 kls Exp $ */ #ifndef __RECORDING_H @@ -39,12 +39,13 @@ public: time_t start; int priority; int lifetime; - cRecording(cTimer *Timer); + cRecording(cTimer *Timer, const char *Subtitle, const char *Summary); cRecording(const char *FileName); ~cRecording(); const char *FileName(void); const char *Title(char Delimiter = ' ', bool NewIndicator = false); const char *Summary(void) { return summary; } + const char *PrefixFileName(char Prefix); bool WriteSummary(void); bool Delete(void); // Changes the file name so that it will no longer be visible in the "Recordings" menu |