X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=cgisimple.h;fp=cgisimple.h;h=ab975dc6b4a9e337841f27593bea83dd63d840b5;hb=10fc609bee8f3c6832d9107e01f59386febe341a;hp=01e6a9e81e22795376d28ff8b93a7cf00ec99da5;hpb=aaceefe0b1e2b0f4f7cc3a916fe42a35b90701d4;p=privoxy.git diff --git a/cgisimple.h b/cgisimple.h index 01e6a9e8..ab975dc6 100644 --- a/cgisimple.h +++ b/cgisimple.h @@ -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);