X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgi.h;h=a2cf4331118a2eee1f5888c3ada0d5289f5c3a83;hp=09e03472fa68a38c357e2a4ca1cd01ce2b8c131a;hb=8875cc0bd68dd60dfc150adf6d147eec216789ec;hpb=f7d08df1b88e1b3610aeae2ec30627982523fee5 diff --git a/cgi.h b/cgi.h index 09e03472..a2cf4331 100644 --- a/cgi.h +++ b/cgi.h @@ -1,18 +1,17 @@ #ifndef CGI_H_INCLUDED #define CGI_H_INCLUDED -#define CGI_H_VERSION "$Id: cgi.h,v 1.41 2011/09/04 11:10:56 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgi.h,v $ * * Purpose : Declares functions to intercept request, generate - * html or gif answers, and to compose HTTP resonses. + * html or gif answers, and to compose HTTP responses. * * Functions declared include: * * * Copyright : Written by and Copyright (C) 2001-2009 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and @@ -41,10 +40,6 @@ #include "project.h" -#ifdef __cplusplus -extern "C" { -#endif - /* * Main dispatch function */ @@ -126,14 +121,6 @@ extern const size_t image_pattern_length; extern const char image_blank_data[]; extern const size_t image_blank_length; -/* Revision control strings from this header and associated .c file */ -extern const char cgi_rcs[]; -extern const char cgi_h_rcs[]; - -#ifdef __cplusplus -} /* extern "C" */ -#endif - #endif /* ndef CGI_H_INCLUDED */ /*