From 56782052e43a1e010f7f07cbc0dbaed5b6cb50a3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 18 Sep 2013 08:18:40 +0100 Subject: Separate time -> string functions out. --- src/util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 586d197f..80015593 100644 --- a/src/util.h +++ b/src/util.h @@ -75,6 +75,9 @@ extern void add_signer (xmlpp::Element* parent, CertificateChain const & certifi extern int base64_decode (std::string const & in, unsigned char* out, int out_length); +extern std::string tm_to_string (struct tm *); +extern std::string utc_offset_to_string (int); + } #endif -- cgit v1.2.3