X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fmetaproxy%2Fxmlutil.hpp;h=ce171907a4909710817cfd58d38f96fae43b7b9d;hb=f382c39ab7cdc815ef8320d45dbd878d4f6548f9;hp=5377bb42241d8a41b341237e6a3038aa8cf08701;hpb=e6d572ef110d14fa55115021505b808620457bd3;p=metaproxy-moved-to-github.git diff --git a/include/metaproxy/xmlutil.hpp b/include/metaproxy/xmlutil.hpp index 5377bb4..ce17190 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); + std::string url_recipe_handle(xmlDoc *doc, std::string recipe); } class XMLError : public std::runtime_error { public: