summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools.h b/tools.h
index 63450f1..bb1798b 100644
--- a/tools.h
+++ b/tools.h
@@ -37,6 +37,7 @@ std::string MD5Hash(std::string const& str);
time_t GetTimeT(std::string timestring);
std::string ExpandTimeString(std::string timestring);
std::string StringUrlEncode( std::string const& input );
+std::string GetXMLValue( std::string const& xml, std::string const& element );
struct bad_lexical_cast: std::runtime_error
{