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 /tools.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 'tools.h')
-rw-r--r-- | tools.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: tools.h 1.111 2008/02/15 14:10:11 kls Exp $ + * $Id: tools.h 1.112 2008/02/16 13:00:16 kls Exp $ */ #ifndef __TOOLS_H @@ -193,6 +193,7 @@ int numdigits(int n); bool isnumber(const char *s); cString itoa(int n); cString AddDirectory(const char *DirName, const char *FileName); +bool EntriesOnSameFileSystem(const char *File1, const char *File2); int FreeDiskSpaceMB(const char *Directory, int *UsedMB = NULL); bool DirectoryOk(const char *DirName, bool LogErrors = false); bool MakeDirs(const char *FileName, bool IsDirectory = false); |