X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=inline;f=cgisimple.h;h=ab975dc6b4a9e337841f27593bea83dd63d840b5;hb=df3009593f549a975ecb66a475a34be3e3014834;hp=e51f6d392b1afabcc4d1f3da0539c7f3560b0fda;hpb=100f48795eee7d2996bff48871bf745af01811c7;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);