X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgisimple.h;h=3b66fc735d45070097b2b2c5d1384742ccb7b44a;hp=f51d347ac78f69bee892953a9481846bd2c30ccf;hb=12a2fa5308bfd8abc830927e6bc54b1d8c1bbc6a;hpb=0428133610c525457cb16f7ac6a54203a2743d6c diff --git a/cgisimple.h b/cgisimple.h index f51d347a..3b66fc73 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.17 2009/05/16 13:27:20 fabiankeil Exp $" +#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 $ @@ -41,10 +41,6 @@ #include "project.h" -#ifdef __cplusplus -extern "C" { -#endif - /* * CGI functions */ @@ -72,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); @@ -102,10 +103,6 @@ extern jb_err cgi_die (struct client_state *csp, extern const char cgisimple_rcs[]; extern const char cgisimple_h_rcs[]; -#ifdef __cplusplus -} /* extern "C" */ -#endif - #endif /* ndef CGISIMPLE_H_INCLUDED */ /*