summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-08-11 11:15:41 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-08-11 11:15:41 +0200
commit8e99289b55d9cce58e46c31c88a18826aa53b8d5 (patch)
tree956add0d1d9fcdda4e733aca12aaa2821cff942e /tools.h
parent627916d32a363913f34b255b0a5dc0e89ffe9408 (diff)
downloadvdr-8e99289b55d9cce58e46c31c88a18826aa53b8d5.tar.gz
vdr-8e99289b55d9cce58e46c31c88a18826aa53b8d5.tar.bz2
Implemented SpinUpDisk()
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 b4a0cb67..6baaff30 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.26 2001/05/20 08:29:45 kls Exp $
+ * $Id: tools.h 1.27 2001/08/11 09:52:14 kls Exp $
*/
#ifndef __TOOLS_H
@@ -50,6 +50,7 @@ bool MakeDirs(const char *FileName, bool IsDirectory = false);
bool RemoveFileOrDir(const char *FileName, bool FollowSymlinks = false);
bool RemoveEmptyDirectories(const char *DirName, bool RemoveThis = false);
char *ReadLink(const char *FileName);
+bool SpinUpDisk(const char *FileName);
class cFile {
private: