X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgiedit.h;h=3b86410bc8a0c2103f3df754dd09bdbf0c26ad5f;hp=90017ecf45e3a7d90c0dbf444e41bdf73f6515c7;hb=32ba28b1225c54c850c48814b018e7afcffbd0a5;hpb=6ef17a2fe3300dc395522d35997f3e6d6490fa70 diff --git a/cgiedit.h b/cgiedit.h index 90017ecf..3b86410b 100644 --- a/cgiedit.h +++ b/cgiedit.h @@ -1,6 +1,5 @@ #ifndef CGIEDIT_H_INCLUDED #define CGIEDIT_H_INCLUDED -#define CGIEDIT_H_VERSION "$Id: cgiedit.h,v 1.12 2011/09/04 11:10:56 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgiedit.h,v $ @@ -10,8 +9,8 @@ * Functions declared include: * * - * Copyright : Written by and Copyright (C) 2001 the SourceForge - * Privoxy team. http://www.privoxy.org/ + * Copyright : Written by and Copyright (C) 2001 members of the + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and @@ -90,10 +89,6 @@ extern jb_err cgi_toggle(struct client_state *csp, const struct map *parameters); #endif /* def FEATURE_TOGGLE */ -/* Revision control strings from this header and associated .c file */ -extern const char cgiedit_rcs[]; -extern const char cgiedit_h_rcs[]; - #endif /* ndef CGI_H_INCLUDED */ /*