WPS ER: Subscribe to UPnP events
[libeap.git] / src / wps / http_client.h
index 53f8ec8..6d03c2f 100644 (file)
@@ -24,6 +24,8 @@ enum http_client_event {
        HTTP_CLIENT_INVALID_REPLY,
 };
 
+char * http_client_url_parse(const char *url, struct sockaddr_in *dst,
+                            char **path);
 struct http_client * http_client_addr(struct sockaddr_in *dst,
                                      struct wpabuf *req, size_t max_response,
                                      void (*cb)(void *ctx,