X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgisimple.h;h=f65a30068952a3ff03788ebc002eddded9e0975d;hp=d9fe33ea584cf0bd33cb17e6f428876e200a13cb;hb=0b8c6f3b24261180c8fe1560750d25dfa9c52206;hpb=dbe8206bf9a571e36e6d4e84020fccd6b22a57e9 diff --git a/cgisimple.h b/cgisimple.h index d9fe33ea..f65a3006 100644 --- a/cgisimple.h +++ b/cgisimple.h @@ -1,6 +1,6 @@ #ifndef CGISIMPLE_H_INCLUDED #define CGISIMPLE_H_INCLUDED -#define CGISIMPLE_H_VERSION "$Id: cgisimple.h,v 1.20 2016/03/17 10:40:53 fabiankeil Exp $" +#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 $ @@ -72,6 +72,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,