X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgiedit.h;h=ffa69dc3abc472f3f1b1921e207040477d9cde27;hp=dd0516646961991c30fbbeb8c4e265e25389c60b;hb=c374b4059fb38a0555f9eb7f6b15a42fc7045df1;hpb=e72b401da5537a14b29e945944926373cb251825 diff --git a/cgiedit.h b/cgiedit.h index dd051664..ffa69dc3 100644 --- a/cgiedit.h +++ b/cgiedit.h @@ -1,23 +1,23 @@ #ifndef CGIEDIT_H_INCLUDED #define CGIEDIT_H_INCLUDED -#define CGIEDIT_H_VERSION "$Id: cgiedit.h,v 1.10 2008/08/31 15:59:03 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 $ * * Purpose : CGI-based actionsfile editor. - * + * * 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 - * by and Copyright (C) 1997 Anonymous Coders and + * by and Copyright (C) 1997 Anonymous Coders and * Junkbusters Corporation. http://www.junkbusters.com * - * This program is free software; you can redistribute it + * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General * Public License as published by the Free Software * Foundation; either version 2 of the License, or (at @@ -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 */ /*