summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools.h b/tools.h
index 272dce8..61cce8b 100644
--- a/tools.h
+++ b/tools.h
@@ -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 );