diff options
author | Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi> | 2011-02-11 22:31:46 +0200 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2011-02-11 22:44:52 +0100 |
commit | 9ffb94a275c285bb70d9e21037c882956bb6001e (patch) | |
tree | 92d8a0d02def8c7ec4bd93b3512317c996a13d8e /tools.h | |
parent | 2e2f11b1a0435ca6c43614d63a0a63c823981589 (diff) | |
download | vdr-plugin-live-9ffb94a275c285bb70d9e21037c882956bb6001e.tar.gz vdr-plugin-live-9ffb94a275c285bb70d9e21037c882956bb6001e.tar.bz2 |
Unified date formatting and added recording duration format into translations.
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 ); |