From 7be7e55411a9556ed08107ff5605bfb5f75435d5 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Sat, 26 May 2007 21:27:35 +0000 Subject: - allows now smarter input for time, e.g. "1:5" -> "01:05" --- tools.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools.h') diff --git a/tools.h b/tools.h index 525df7d..3343b24 100644 --- a/tools.h +++ b/tools.h @@ -33,6 +33,7 @@ std::string StringTrim(const std::string& str); std::string ZeroPad(int number); std::string MD5Hash(std::string const& str); time_t GetTimeT(std::string timestring); +std::string ExpandTimeString(std::string timestring); struct bad_lexical_cast: std::runtime_error { -- cgit v1.2.3