diff options
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recording.h b/recording.h index 05c34e2..567c6c4 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.39 2005/08/13 14:09:50 kls Exp $ + * $Id: recording.h 1.40 2005/09/03 13:04:41 kls Exp $ */ #ifndef __RECORDING_H @@ -18,6 +18,8 @@ #include "timers.h" #include "tools.h" +extern bool VfatFileSystem; + void RemoveDeletedRecordings(void); void AssertFreeDiskSpace(int Priority = 0); ///< The special Priority value -1 means that we shall get rid of any |