diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2000-09-15 15:09:15 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2000-09-15 15:09:15 +0200 |
commit | 7fbf9e6c49430ca2de4683dc7319aa32d247a0f6 (patch) | |
tree | 07f63040bdf138c88c96fca5bb019e2ab22d71a1 /tools.h | |
parent | 39600857613d85e035ab1f93ad8360d9eaf00fe0 (diff) | |
download | vdr-7fbf9e6c49430ca2de4683dc7319aa32d247a0f6.tar.gz vdr-7fbf9e6c49430ca2de4683dc7319aa32d247a0f6.tar.bz2 |
New option '-c'; config files in video directory by default
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.13 2000/09/09 12:53:10 kls Exp $ + * $Id: tools.h 1.14 2000/09/15 14:23:29 kls Exp $ */ #ifndef __TOOLS_H @@ -44,6 +44,7 @@ char *skipspace(char *s); int time_ms(void); void delay_ms(int ms); bool isnumber(const char *s); +const char *AddDirectory(const char *DirName, const char *FileName); uint FreeDiskSpaceMB(const char *Directory); bool DirectoryOk(const char *DirName, bool LogErrors = false); bool MakeDirs(const char *FileName, bool IsDirectory = false); |