diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-01 13:38:09 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-01 13:38:09 +0200 |
commit | 7fd56f7d6fc62540ae6c3ff2b0b7ef5c79b00974 (patch) | |
tree | 0206d29bd3f2599bdf46ff563f6b6e7bba68a785 /recording.h | |
parent | ba409a203a736ed3dfce5b5082e1eb0c803f6450 (diff) | |
download | vdr-7fd56f7d6fc62540ae6c3ff2b0b7ef5c79b00974.tar.gz vdr-7fd56f7d6fc62540ae6c3ff2b0b7ef5c79b00974.tar.bz2 |
Copying summary info when cutting a recording
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recording.h b/recording.h index 059133e7..87cf8395 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.15 2001/09/01 12:58:02 kls Exp $ */ #ifndef __RECORDING_H @@ -45,6 +45,7 @@ public: 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 |