summaryrefslogtreecommitdiff
path: root/recording.h
diff options
context:
space:
mode:
Diffstat (limited to 'recording.h')
-rw-r--r--recording.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/recording.h b/recording.h
index 96bb4b5..341284f 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.44 2005/09/25 14:30:13 kls Exp $
+ * $Id: recording.h 1.45 2005/10/01 10:24:41 kls Exp $
*/
#ifndef __RECORDING_H
@@ -93,10 +93,11 @@ public:
class cRecordings : public cList<cRecording>, public cThread {
private:
- char *updateFileName;
+ static char *updateFileName;
bool deleted;
time_t lastUpdate;
int state;
+ const char *UpdateFileName(void);
void Refresh(bool Foreground = false);
void ScanVideoDir(const char *DirName, bool Foreground = false);
protected: