summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-09-15 15:09:15 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-09-15 15:09:15 +0200
commit7fbf9e6c49430ca2de4683dc7319aa32d247a0f6 (patch)
tree07f63040bdf138c88c96fca5bb019e2ab22d71a1 /tools.h
parent39600857613d85e035ab1f93ad8360d9eaf00fe0 (diff)
downloadvdr-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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools.h b/tools.h
index 1ef955c5..b9f3b6c0 100644
--- a/tools.h
+++ b/tools.h
@@ -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);