summaryrefslogtreecommitdiff
path: root/tools.h
blob: 4a01ca877668e62ab7bf10a656f786b8b47a2f27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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