summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h13
1 files changed, 13 insertions, 0 deletions
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 <ctime>
+#include <string>
+
+namespace vdrlive {
+
+std::string FormatDateTime( char const* format, time_t time );
+
+} // namespace vdrlive
+
+#endif // VDR_LIVE_TOOLS_H