diff options
Diffstat (limited to 'tools.h')
-rw-r--r-- | tools.h | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +#ifndef VDR_LIVE_TOOLS_H +#define VDR_LIVE_TOOLS_H + +#include <ctime> +#include <string> + +namespace vdrlive { + +std::string FormatDateTime( char const* format, time_t time ); + +} // namespace vdrlive + +#endif // VDR_LIVE_TOOLS_H |