summaryrefslogtreecommitdiff
path: root/recording.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-09-02 15:21:54 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-09-02 15:21:54 +0200
commit22ccf22f6f4c2dd94e322f0aebf134a90b310fae (patch)
tree5d6d38dc2b94ff37150f38b3248636ae5e1cfd5a /recording.h
parent0d7571054579614f9278999077921942ca08a7bf (diff)
downloadvdr-22ccf22f6f4c2dd94e322f0aebf134a90b310fae.tar.gz
vdr-22ccf22f6f4c2dd94e322f0aebf134a90b310fae.tar.bz2
Using subtitle for repeating timers; taking summary at recording time
Diffstat (limited to 'recording.h')
-rw-r--r--recording.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/recording.h b/recording.h
index 87cf8395..e1af3db3 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.15 2001/09/01 12:58:02 kls Exp $
+ * $Id: recording.h 1.16 2001/09/02 11:35:56 kls Exp $
*/
#ifndef __RECORDING_H
@@ -39,7 +39,7 @@ 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);