diff options
Diffstat (limited to 'tools.h')
-rw-r--r-- | tools.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ std::ostream& operator<<( std::ostream& os, tChannelID const& id ) namespace vdrlive { + std::string FormatDuration( char const* format, int duration ); + std::string FormatDateTime( char const* format, time_t time ); std::string StringReplace( std::string const& text, std::string const& substring, std::string const& replacement ); |