X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=cgisimple.h;h=e51f6d392b1afabcc4d1f3da0539c7f3560b0fda;hb=1197b9d2c922eef32bccb8411748d2d18f27a454;hp=271a707aa5ab5e4e1cf25bca8c0ce2f87c8518b2;hpb=5ca53f92bc634c20fed90f338ac41561f87b834c;p=privoxy.git diff --git a/cgisimple.h b/cgisimple.h index 271a707a..e51f6d39 100644 --- a/cgisimple.h +++ b/cgisimple.h @@ -11,7 +11,7 @@ * * * 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);