X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgisimple.h;h=e51f6d392b1afabcc4d1f3da0539c7f3560b0fda;hp=c9403dfb5398f5f5c3053b3edc0de8fcc42a94b5;hb=edec8370df9284c7059103aec42ae83e459546bc;hpb=805528ae92955775fec0292126cee05a21241b0c diff --git a/cgisimple.h b/cgisimple.h index c9403dfb..e51f6d39 100644 --- a/cgisimple.h +++ b/cgisimple.h @@ -1,6 +1,5 @@ #ifndef CGISIMPLE_H_INCLUDED #define CGISIMPLE_H_INCLUDED -#define CGISIMPLE_H_VERSION "$Id: cgisimple.h,v 1.22 2017/01/23 13:04:58 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgisimple.h,v $ @@ -12,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 @@ -62,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); @@ -102,10 +98,6 @@ extern jb_err cgi_die (struct client_state *csp, const struct map *parameters); #endif -/* Revision control strings from this header and associated .c file */ -extern const char cgisimple_rcs[]; -extern const char cgisimple_h_rcs[]; - #endif /* ndef CGISIMPLE_H_INCLUDED */ /*