summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-02-17 13:05:05 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-02-17 13:05:05 +0100
commita87e7625ddf38cd2e653a256899e9119505e92ac (patch)
tree34f4c7fc34fc42cc6f95c1d18b282b01937a19ae /tools.h
parent3ecbdd489e19a1844843fc1e5e60a689908ffc02 (diff)
downloadvdr-a87e7625ddf38cd2e653a256899e9119505e92ac.tar.gz
vdr-a87e7625ddf38cd2e653a256899e9119505e92ac.tar.bz2
Implemented the 'First day' parameter for repeating timers
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 9663a8ed..08a56723 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.41 2002/02/03 12:36:25 kls Exp $
+ * $Id: tools.h 1.42 2002/02/17 12:57:44 kls Exp $
*/
#ifndef __TOOLS_H
@@ -66,6 +66,7 @@ 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);
+const char *WeekDayName(int WeekDay); // returns a statically allocated string!
const char *DayDateTime(time_t t = 0); // returns a statically allocated string!
class cFile {