diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-02-16 13:38:22 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-02-16 13:38:22 +0100 |
commit | 741400fa666f9754337652c624e95aa6bdfaf98c (patch) | |
tree | 3d6d49358106e9a3f4abe9af6016376bac3a928e /videodir.h | |
parent | 47d6f9d18711c6388e93b23bc8d9ac82b3e7adbf (diff) | |
download | vdr-741400fa666f9754337652c624e95aa6bdfaf98c.tar.gz vdr-741400fa666f9754337652c624e95aa6bdfaf98c.tar.bz2 |
Fixed handling recordings on other file systems than the video directory
Diffstat (limited to 'videodir.h')
-rw-r--r-- | videodir.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: videodir.h 1.6 2005/10/31 11:50:23 kls Exp $ + * $Id: videodir.h 1.7 2008/02/16 12:53:11 kls Exp $ */ #ifndef __VIDEODIR_H @@ -23,5 +23,6 @@ bool VideoFileSpaceAvailable(int SizeMB); int VideoDiskSpace(int *FreeMB = NULL, int *UsedMB = NULL); // returns the used disk space in percent cString PrefixVideoFileName(const char *FileName, char Prefix); void RemoveEmptyVideoDirectories(void); +bool IsOnVideoDirectoryFileSystem(const char *FileName); #endif //__VIDEODIR_H |