mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
The menus and the channel display now show the current date and time
This commit is contained in:
3
tools.h
3
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:
|
||||
|
||||
Reference in New Issue
Block a user