X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=urlmatch.h;h=315e8b24836a7edb017310161ea10bbbef534d96;hp=fcd050a6c56387c169f6a42f9e9f8be2dc9cd061;hb=66b1e23830d60ea98b0ba2ac5644ef24a45f9c55;hpb=100f48795eee7d2996bff48871bf745af01811c7 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,