diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-18 08:18:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-18 08:18:40 +0100 |
| commit | 56782052e43a1e010f7f07cbc0dbaed5b6cb50a3 (patch) | |
| tree | 8f8396e2ae07b3ab6b5cfeeb85d7d9d35e404c38 /src/util.h | |
| parent | 29a7edbc3d4a92bd1bf66948d3553d4b88f2d291 (diff) | |
Separate time -> string functions out.
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
