X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgiedit.h;h=ffa69dc3abc472f3f1b1921e207040477d9cde27;hp=287bd47929d298a298bffa2e95afad6ff81a3100;hb=23b99e99ad07aefdc868f16c970c22f73b7f50cc;hpb=0428133610c525457cb16f7ac6a54203a2743d6c diff --git a/cgiedit.h b/cgiedit.h index 287bd479..ffa69dc3 100644 --- a/cgiedit.h +++ b/cgiedit.h @@ -1,6 +1,6 @@ #ifndef CGIEDIT_H_INCLUDED #define CGIEDIT_H_INCLUDED -#define CGIEDIT_H_VERSION "$Id: cgiedit.h,v 1.11 2009/05/16 13:27:20 fabiankeil Exp $" +#define CGIEDIT_H_VERSION "$Id: cgiedit.h,v 1.13 2013/11/24 14:23:28 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgiedit.h,v $ @@ -10,7 +10,7 @@ * Functions declared include: * * - * Copyright : Written by and Copyright (C) 2001 the SourceForge + * Copyright : Written by and Copyright (C) 2001 members of the * Privoxy team. http://www.privoxy.org/ * * Based on the Internet Junkbuster originally written @@ -40,10 +40,6 @@ #include "project.h" -#ifdef __cplusplus -extern "C" { -#endif - /* * CGI functions */ @@ -98,10 +94,6 @@ extern jb_err cgi_toggle(struct client_state *csp, extern const char cgiedit_rcs[]; extern const char cgiedit_h_rcs[]; -#ifdef __cplusplus -} /* extern "C" */ -#endif - #endif /* ndef CGI_H_INCLUDED */ /*