X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgisimple.h;h=d9fe33ea584cf0bd33cb17e6f428876e200a13cb;hp=55cafb6880ada8c57453d1a606571e37f0b2e12d;hb=3010d66d9bf05c41787d589e6a9584dbbded8206;hpb=6ef17a2fe3300dc395522d35997f3e6d6490fa70 diff --git a/cgisimple.h b/cgisimple.h index 55cafb68..d9fe33ea 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.18 2011/09/04 11:10:56 fabiankeil Exp $" +#define CGISIMPLE_H_VERSION "$Id: cgisimple.h,v 1.20 2016/03/17 10:40:53 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgisimple.h,v $ @@ -11,7 +11,7 @@ * Functions declared include: * * - * Copyright : Written by and Copyright (C) 2001-2007 the SourceForge + * Copyright : Written by and Copyright (C) 2001-2007 members of the * Privoxy team. http://www.privoxy.org/ * * Based on the Internet Junkbuster originally written @@ -68,6 +68,11 @@ extern jb_err cgi_show_version (struct client_state *csp, extern jb_err cgi_show_request (struct client_state *csp, struct http_response *rsp, const struct map *parameters); +#ifdef FEATURE_CLIENT_TAGS +extern jb_err cgi_show_client_tags(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, const struct map *parameters);