X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=loadcfg.h;h=289b722e564bdd7c56016e056bcc19575d9635ea;hp=302cd32d29c1841dd94c0faa5251cf39073b1fb9;hb=6ef17a2fe3300dc395522d35997f3e6d6490fa70;hpb=9b87e59614c7e19ed0b40d9037fbf77ae9871214 diff --git a/loadcfg.h b/loadcfg.h index 302cd32d..289b722e 100644 --- a/loadcfg.h +++ b/loadcfg.h @@ -1,6 +1,6 @@ #ifndef LOADCFG_H_INCLUDED #define LOADCFG_H_INCLUDED -#define LOADCFG_H_VERSION "$Id: loadcfg.h,v 1.15 2009/09/10 14:45:17 fabiankeil Exp $" +#define LOADCFG_H_VERSION "$Id: loadcfg.h,v 1.16 2011/09/04 11:10:56 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/loadcfg.h,v $ @@ -38,10 +38,6 @@ *********************************************************************/ -#ifdef __cplusplus -extern "C" { -#endif - /* Don't need project.h, only this: */ struct configuration_spec; @@ -75,10 +71,6 @@ void unload_current_config_file(void); extern const char loadcfg_rcs[]; extern const char loadcfg_h_rcs[]; -#ifdef __cplusplus -} /* extern "C" */ -#endif - #endif /* ndef LOADCFG_H_INCLUDED */ /*