From c40e4eb96e43963845d1de1678a317b27e77f04e Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 2 Jun 2001 10:47:40 +0200 Subject: Converted to the new API plus several small enhancements --- recording.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recording.h') diff --git a/recording.h b/recording.h index b561fa2f..059133e7 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.13 2001/02/11 10:45:52 kls Exp $ + * $Id: recording.h 1.14 2001/06/02 10:00:25 kls Exp $ */ #ifndef __RECORDING_H @@ -15,7 +15,7 @@ #include "tools.h" void RemoveDeletedRecordings(void); -void AssertFreeDiskSpace(void); +void AssertFreeDiskSpace(int Priority); class cResumeFile { private: -- cgit v1.2.3