diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2000-07-28 13:44:31 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2000-07-28 13:44:31 +0200 |
commit | 92096e097a5cb6b90fb982d90b16012682d67ccf (patch) | |
tree | 132e337d98f7dbfec9d81c234d32171abd9d3fdc /tools.h | |
parent | 7ac97639da8b6428e2a17464bddea0280f032321 (diff) | |
download | vdr-92096e097a5cb6b90fb982d90b16012682d67ccf.tar.gz vdr-92096e097a5cb6b90fb982d90b16012682d67ccf.tar.bz2 |
Added command line option '-v'
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.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); |