X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgisimple.h;h=01e6a9e81e22795376d28ff8b93a7cf00ec99da5;hp=3b66fc735d45070097b2b2c5d1384742ccb7b44a;hb=31265b1b2d8f5b81cbde0fcada6271d800430c59;hpb=d6f6d40eb51a7a7f491c5c027f83bbd7f44c009f diff --git a/cgisimple.h b/cgisimple.h index 3b66fc73..01e6a9e8 100644 --- a/cgisimple.h +++ b/cgisimple.h @@ -1,18 +1,17 @@ #ifndef CGISIMPLE_H_INCLUDED #define CGISIMPLE_H_INCLUDED -#define CGISIMPLE_H_VERSION "$Id: cgisimple.h,v 1.19 2013/11/24 14:23:28 fabiankeil Exp $" /********************************************************************* * * 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-2007 the SourceForge - * Privoxy team. http://www.privoxy.org/ + * Copyright : Written by and Copyright (C) 2001-2017 members of the + * 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); @@ -72,6 +68,9 @@ extern jb_err cgi_show_request (struct client_state *csp, extern jb_err cgi_show_client_tags(struct client_state *csp, struct http_response *rsp, const struct map *parameters); +extern jb_err cgi_toggle_client_tag(struct client_state *csp, + struct http_response *rsp, + const struct map *parameters); #endif extern jb_err cgi_transparent_image (struct client_state *csp, struct http_response *rsp, @@ -99,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 */ /*