X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=loaders.h;fp=loaders.h;h=5e6540294285330ccf4667834727c54626ccc652;hp=8ff00bc1750d5beff34739a44ab60ba701bddf87;hb=6ef17a2fe3300dc395522d35997f3e6d6490fa70;hpb=9b87e59614c7e19ed0b40d9037fbf77ae9871214 diff --git a/loaders.h b/loaders.h index 8ff00bc1..5e654029 100644 --- a/loaders.h +++ b/loaders.h @@ -1,6 +1,6 @@ #ifndef LOADERS_H_INCLUDED #define LOADERS_H_INCLUDED -#define LOADERS_H_VERSION "$Id: loaders.h,v 1.30 2012/12/07 12:43:05 fabiankeil Exp $" +#define LOADERS_H_VERSION "$Id: loaders.h,v 1.31 2013/11/06 16:27:37 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/loaders.h,v $ @@ -38,10 +38,6 @@ *********************************************************************/ -#ifdef __cplusplus -extern "C" { -#endif - extern unsigned int sweep(void); extern char *read_config_line(FILE *fp, unsigned long *linenum, char **buf); extern int check_file_changed(const struct file_list * current, @@ -102,10 +98,6 @@ extern int any_loaded_file_changed(const struct client_state *csp); extern const char loaders_rcs[]; extern const char loaders_h_rcs[]; -#ifdef __cplusplus -} /* extern "C" */ -#endif - #endif /* ndef LOADERS_H_INCLUDED */ /*