X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=gateway.h;h=0f28a6336eda3446700e8ece3674ed047d2e1e5a;hp=544752cd69a1f8d9a33c8dcb44011084965eb2a8;hb=31265b1b2d8f5b81cbde0fcada6271d800430c59;hpb=5ca53f92bc634c20fed90f338ac41561f87b834c diff --git a/gateway.h b/gateway.h index 544752cd..0f28a633 100644 --- a/gateway.h +++ b/gateway.h @@ -9,7 +9,7 @@ * proxy). Also contains the list of gateway types. * * Copyright : Written by and Copyright (C) 2001-2009 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 @@ -40,7 +40,7 @@ struct forward_spec; struct http_request; struct client_state; -extern jb_socket forwarded_connect(const struct forward_spec * fwd, +extern jb_socket forwarded_connect(const struct forward_spec *fwd, struct http_request *http, struct client_state *csp);