From 92096e097a5cb6b90fb982d90b16012682d67ccf Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 28 Jul 2000 13:44:31 +0200 Subject: Added command line option '-v' --- tools.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools.h') diff --git a/tools.h b/tools.h index ecf42be6..dc22033d 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.10 2000/07/23 13:16:37 kls Exp $ + * $Id: tools.h 1.11 2000/07/28 13:02:05 kls Exp $ */ #ifndef __TOOLS_H @@ -43,6 +43,7 @@ char *skipspace(char *s); int time_ms(void); void delay_ms(int ms); bool isnumber(const char *s); +bool DirectoryOk(const char *DirName); bool MakeDirs(const char *FileName, bool IsDirectory = false); bool RemoveFileOrDir(const char *FileName); bool CheckProcess(pid_t pid); -- cgit v1.2.3