X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=urlmatch.h;h=315e8b24836a7edb017310161ea10bbbef534d96;hp=fcd050a6c56387c169f6a42f9e9f8be2dc9cd061;hb=873efe14859c0fb3f53a905eb346c36cf5fe7eda;hpb=767afb7f5d7062d75385b9ab3afdad47d0249a39 diff --git a/urlmatch.h b/urlmatch.h index fcd050a6..315e8b24 100644 --- a/urlmatch.h +++ b/urlmatch.h @@ -38,9 +38,7 @@ #include "project.h" extern void free_http_request(struct http_request *http); -#ifndef FEATURE_EXTENDED_HOST_PATTERNS extern jb_err init_domain_components(struct http_request *http); -#endif extern jb_err parse_http_request(const char *req, struct http_request *http); extern jb_err parse_http_url(const char *url, struct http_request *http,