From 9903d559f0f7b1bad0946e5791a457ffe33a0df5 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Wed, 3 Jan 2007 16:03:30 +0000 Subject: - added function for datetime formatting --- tools.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tools.h (limited to 'tools.h') diff --git a/tools.h b/tools.h new file mode 100644 index 0000000..4a01ca8 --- /dev/null +++ b/tools.h @@ -0,0 +1,13 @@ +#ifndef VDR_LIVE_TOOLS_H +#define VDR_LIVE_TOOLS_H + +#include +#include + +namespace vdrlive { + +std::string FormatDateTime( char const* format, time_t time ); + +} // namespace vdrlive + +#endif // VDR_LIVE_TOOLS_H -- cgit v1.2.3