multi: allow backend-auth to be given for target element
[metaproxy-moved-to-github.git] / include / metaproxy / xmlutil.hpp
index 849d601..f673211 100644 (file)
@@ -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);