X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=urlmatch.h;h=315e8b24836a7edb017310161ea10bbbef534d96;hp=ba86b5a3771ec9cfb95d7e91ed032e69b61260cf;hb=8ff919206b9740c46e7fe93e01d62f594d14262e;hpb=d01bb4028a9d19a62672a8d7d8d13f09ae270851 diff --git a/urlmatch.h b/urlmatch.h index ba86b5a3..315e8b24 100644 --- a/urlmatch.h +++ b/urlmatch.h @@ -8,7 +8,7 @@ * patterns. * * Copyright : Written by and Copyright (C) 2001-2002, 2006 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and @@ -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,