X-Git-Url: http://www.privoxy.org/gitweb/misc.html?a=blobdiff_plain;f=cgisimple.h;h=ab975dc6b4a9e337841f27593bea83dd63d840b5;hb=5415008eafe007b95daa7801ff53bcf13ae52a6a;hp=e51f6d392b1afabcc4d1f3da0539c7f3560b0fda;hpb=767afb7f5d7062d75385b9ab3afdad47d0249a39;p=privoxy.git 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);