X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgisimple.h;h=52642a40c56c58ea8c27ed6fc29581e90a0da965;hp=f65a30068952a3ff03788ebc002eddded9e0975d;hb=ca2d80ce585a60bf1944e7540002f0157e4dd7dc;hpb=0b8c6f3b24261180c8fe1560750d25dfa9c52206 diff --git a/cgisimple.h b/cgisimple.h index f65a3006..52642a40 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.21 2017/01/23 13:02:45 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgisimple.h,v $ @@ -11,7 +10,7 @@ * Functions declared include: * * - * Copyright : Written by and Copyright (C) 2001-2007 members of the + * Copyright : Written by and Copyright (C) 2001-2017 members of the * Privoxy team. http://www.privoxy.org/ * * Based on the Internet Junkbuster originally written @@ -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 */ /*