X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgisimple.h;h=01e6a9e81e22795376d28ff8b93a7cf00ec99da5;hp=271a707aa5ab5e4e1cf25bca8c0ce2f87c8518b2;hb=ea38219ec8d7cc22cd5d02ee49e5c67ada644f90;hpb=5ca53f92bc634c20fed90f338ac41561f87b834c diff --git a/cgisimple.h b/cgisimple.h index 271a707a..01e6a9e8 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 @@ -61,9 +61,6 @@ extern jb_err cgi_show_status (struct client_state *csp, extern jb_err cgi_show_url_info(struct client_state *csp, struct http_response *rsp, const struct map *parameters); -extern jb_err cgi_show_version (struct client_state *csp, - struct http_response *rsp, - const struct map *parameters); extern jb_err cgi_show_request (struct client_state *csp, struct http_response *rsp, const struct map *parameters);