summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-08-25 13:27:26 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-08-25 13:27:26 +0200
commit14d3933d91af23a9d79c083163fe6f0281475001 (patch)
treecafb1cc5bb640d02f0a615a9d00c3511f5b7db40 /tools.h
parent8edfaa2345140bb35eeaa29e08940eb665389a65 (diff)
downloadvdr-14d3933d91af23a9d79c083163fe6f0281475001.tar.gz
vdr-14d3933d91af23a9d79c083163fe6f0281475001.tar.bz2
The menus and the channel display now show the current date and time
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 af7958fe..fc30f3f5 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.29 2001/08/17 12:44:39 kls Exp $
+ * $Id: tools.h 1.30 2001/08/25 13:20:54 kls Exp $
*/
#ifndef __TOOLS_H
@@ -55,6 +55,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 *DayDateTime(time_t t = 0);
class cFile {
private: