X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgisimple.h;h=ab975dc6b4a9e337841f27593bea83dd63d840b5;hp=e51f6d392b1afabcc4d1f3da0539c7f3560b0fda;hb=4da2e32f7f7b84c8fdc01855e668bfca600d7105;hpb=767afb7f5d7062d75385b9ab3afdad47d0249a39 diff --git a/cgisimple.h b/cgisimple.h index e51f6d39..ab975dc6 100644 --- a/cgisimple.h +++ b/cgisimple.h @@ -5,7 +5,7 @@ * 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: * @@ -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);