From 3a4d59c9ac7226432120633ad394464d37e5f497 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Fri, 25 May 2007 16:58:56 +0000 Subject: - first version of "userdef. times" in "What's on?" --- tools.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools.h') diff --git a/tools.h b/tools.h index 1576377..525df7d 100644 --- a/tools.h +++ b/tools.h @@ -32,6 +32,7 @@ std::string StringFormatBreak(std::string const& input); 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); struct bad_lexical_cast: std::runtime_error { -- cgit v1.2.3