X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fmetaproxy%2Fxmlutil.hpp;h=ff265ef96ae60701aa97c3f1af2387f06ffbc8d8;hb=a5fe7e6104de3fccbbbe7cb57253b261b0ac6ecc;hp=5377bb42241d8a41b341237e6a3038aa8cf08701;hpb=e6d572ef110d14fa55115021505b808620457bd3;p=metaproxy-moved-to-github.git diff --git a/include/metaproxy/xmlutil.hpp b/include/metaproxy/xmlutil.hpp index 5377bb4..ff265ef 100644 --- a/include/metaproxy/xmlutil.hpp +++ b/include/metaproxy/xmlutil.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2010 Index Data + Copyright (C) 2005-2011 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,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: