X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=loaders.h;h=5e6540294285330ccf4667834727c54626ccc652;hp=8ff00bc1750d5beff34739a44ab60ba701bddf87;hb=239c9fc5994c5c76927733bf383bbdb8072e8d2a;hpb=4b09cc22cfc03809991836429732de4eeae5f994 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 */ /*