X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fmetaproxy%2Fxmlutil.hpp;fp=include%2Fmetaproxy%2Fxmlutil.hpp;h=f673211428bdebf78845777e94ed604cf0183a92;hb=ce4555008a27376b5d04e361bd3128049fdaca26;hp=849d6015b018cd0e2d31148dbe3b11ea76a306bf;hpb=4e67e7b651f010f3f7d11180a6d1062d1bffa50c;p=metaproxy-moved-to-github.git diff --git a/include/metaproxy/xmlutil.hpp b/include/metaproxy/xmlutil.hpp index 849d601..f673211 100644 --- a/include/metaproxy/xmlutil.hpp +++ b/include/metaproxy/xmlutil.hpp @@ -42,6 +42,7 @@ namespace metaproxy_1 { bool check_element_mp(const xmlNode *ptr, const std::string &name); std::string get_route(const xmlNode *node); + std::string get_route(const xmlNode *node, std::string &auth); const xmlNode* jump_to(const xmlNode* node, int node_type);