Happy new year
[metaproxy-moved-to-github.git] / include / metaproxy / xmlutil.hpp
index ff265ef..849d601 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
@@ -51,7 +51,7 @@ namespace metaproxy_1 {
 
         void check_empty(const xmlNode *node);
 
-        void url_recipe_handle(xmlDoc *doc, std::string recipe);
+        std::string url_recipe_handle(xmlDoc *doc, std::string recipe);
     }
     class XMLError : public std::runtime_error {
     public: