X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=parsers.h;h=20d137927a97c8ffe370dd4729d735c7ddc2b71d;hp=7f958a52b71630d9260a00ff959adec04324140c;hb=63044b565becfd1590f500934036204960a4b8e6;hpb=84bc28fd921cef0f8be77172da1751ada7c57bd5 diff --git a/parsers.h b/parsers.h index 7f958a52..20d13792 100644 --- a/parsers.h +++ b/parsers.h @@ -1,6 +1,6 @@ #ifndef PARSERS_H_INCLUDED #define PARSERS_H_INCLUDED -#define PARSERS_H_VERSION "$Id: parsers.h,v 1.54 2012/10/21 12:58:03 fabiankeil Exp $" +#define PARSERS_H_VERSION "$Id: parsers.h,v 1.55 2012/12/07 12:43:55 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/parsers.h,v $ @@ -46,10 +46,6 @@ #include "project.h" -#ifdef __cplusplus -extern "C" { -#endif - /* Used for sed()'s second argument. */ #define FILTER_CLIENT_HEADERS 0 #define FILTER_SERVER_HEADERS 1 @@ -75,10 +71,6 @@ extern int strclean(char *string, const char *substring); extern const char parsers_rcs[]; extern const char parsers_h_rcs[]; -#ifdef __cplusplus -} /* extern "C" */ -#endif - #endif /* ndef PARSERS_H_INCLUDED */ /*