util: Fix leak in uri_encode. Add uri_decode
[metaproxy-moved-to-github.git] / include / metaproxy / util.hpp
index 7c9f1ee..3df8654 100644 (file)
@@ -125,6 +125,7 @@ namespace metaproxy_1 {
                        const char **element_set_name);
 
         std::string uri_encode(std::string s);
+        std::string uri_decode(std::string s);
     };
 
     class odr : public boost::noncopyable {