Version 1.3.27
[metaproxy-moved-to-github.git] / include / metaproxy / util.hpp
index 7c9f1ee..e13027f 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of Metaproxy.
-   Copyright (C) 2005-2011 Index Data
+   Copyright (C) 2005-2012 Index Data
 
 Metaproxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -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 {