summaryrefslogtreecommitdiff
path: root/recording.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-02-04 12:36:32 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2001-02-04 12:36:32 +0100
commit1c81b279eed647bbe938a2e89a66ce6e0d3d2121 (patch)
treec9e7bc225cc2203e32dee16a70a6986f8b580928 /recording.h
parent2adfad282320b6a6b116284507aac870d536a69a (diff)
downloadvdr-1c81b279eed647bbe938a2e89a66ce6e0d3d2121.tar.gz
vdr-1c81b279eed647bbe938a2e89a66ce6e0d3d2121.tar.bz2
Automatically removing deleted recordings after a while
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 454c356f..2d3ea392 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.11 2000/12/16 14:25:20 kls Exp $
+ * $Id: recording.h 1.12 2001/02/04 11:44:37 kls Exp $
*/
#ifndef __RECORDING_H
@@ -14,6 +14,7 @@
#include "config.h"
#include "tools.h"
+void RemoveDeletedRecordings(void);
void AssertFreeDiskSpace(void);
class cRecording : public cListObject {