Beginnings of url recipe handling
[metaproxy-moved-to-github.git] / include / metaproxy / xmlutil.hpp
index ab3556d..ff265ef 100644 (file)
@@ -51,6 +51,7 @@ namespace metaproxy_1 {
 
         void check_empty(const xmlNode *node);
 
+        void url_recipe_handle(xmlDoc *doc, std::string recipe);
     }
     class XMLError : public std::runtime_error {
     public: