diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-09-03 13:35:55 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-09-03 13:35:55 +0200 |
commit | 06117cbaab3e8bf347fa59fe194210cf627e553a (patch) | |
tree | ed6679f38f85f2c2b376a06205009ae9e9f4d7c2 /recording.h | |
parent | a964a8d732e81f4b2518b356f41a4eea47c38f54 (diff) | |
download | vdr-06117cbaab3e8bf347fa59fe194210cf627e553a.tar.gz vdr-06117cbaab3e8bf347fa59fe194210cf627e553a.tar.bz2 |
Implemented option '--vfat'; replaced ':' with '.' in recording names
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 05c34e28..567c6c41 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 |