X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgisimple.h;h=ab975dc6b4a9e337841f27593bea83dd63d840b5;hp=52642a40c56c58ea8c27ed6fc29581e90a0da965;hb=c5a40240177ba7f8e30cdac6de6c15a3ddfeca54;hpb=9b1a4d7e6645b3e2987f67fe3d4d22ae617457f7 diff --git a/cgisimple.h b/cgisimple.h index 52642a40..ab975dc6 100644 --- a/cgisimple.h +++ b/cgisimple.h @@ -5,13 +5,13 @@ * File : $Source: /cvsroot/ijbswa/current/cgisimple.h,v $ * * Purpose : Declares functions to intercept request, generate - * html or gif answers, and to compose HTTP resonses. + * html or gif answers, and to compose HTTP responses. * * Functions declared include: * * * Copyright : Written by and Copyright (C) 2001-2017 members of 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 @@ -84,6 +84,9 @@ extern jb_err cgi_send_default_favicon (struct client_state *csp, extern jb_err cgi_send_stylesheet(struct client_state *csp, struct http_response *rsp, const struct map *parameters); +extern jb_err cgi_send_wpad(struct client_state *csp, + struct http_response *rsp, + const struct map *parameters); extern jb_err cgi_send_url_info_osd(struct client_state *csp, struct http_response *rsp, const struct map *parameters);