summaryrefslogtreecommitdiff
path: root/recording.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-10-17 14:40:37 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-10-17 14:40:37 +0200
commit8de5fbcbe10d9afb19b4c1a122725ac3c2c43200 (patch)
tree43613bf6e91266cb0c04e8df60a57ea996095fe7 /recording.h
parent1a22d480a8f66282811938f05db1ec36d15d9f51 (diff)
downloadvdr-8de5fbcbe10d9afb19b4c1a122725ac3c2c43200.tar.gz
vdr-8de5fbcbe10d9afb19b4c1a122725ac3c2c43200.tar.bz2
Edited recordings will now never be deleted automatically if the disk runs full
Diffstat (limited to 'recording.h')
-rw-r--r--recording.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/recording.h b/recording.h
index 42fc1a20..59a9dca0 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.27 2003/09/09 16:00:56 kls Exp $
+ * $Id: recording.h 1.28 2003/10/17 14:27:36 kls Exp $
*/
#ifndef __RECORDING_H
@@ -58,6 +58,7 @@ public:
const char *PrefixFileName(char Prefix);
int HierarchyLevels(void);
bool IsNew(void) { return GetResume() <= 0; }
+ bool IsEdited(void);
bool WriteSummary(void);
bool Delete(void);
// Changes the file name so that it will no longer be visible in the "Recordings" menu