Merged the hostap_2.6 updates, and the Leap of Faith work, from the hostap_update...
[mech_eap.git] / libeap / src / wps / upnp_xml.c
index b1b1e2b..a9958ee 100644 (file)
@@ -75,8 +75,8 @@
  * Note that angle brackets present in the original data must have been encoded
  * as < and > so they will not trouble us.
  */
-static int xml_next_tag(const char *in, const char **out,
-                       const char **out_tagname, const char **end)
+int xml_next_tag(const char *in, const char **out,
+                const char **out_tagname, const char **end)
 {
        while (*in && *in != '<')
                in++;