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