X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=loaders.h;h=5e6540294285330ccf4667834727c54626ccc652;hp=dd385142a9aa7caeb1d7441a6cbb79347e02b5fe;hb=2b98151ac62252d638c2c68e1f9db8bc897517ee;hpb=df64f10ceefe48354572157db92e5f8fb814b7c4 diff --git a/loaders.h b/loaders.h index dd385142..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.29 2011/09/04 11:10:56 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,16 +38,6 @@ *********************************************************************/ -#ifdef __cplusplus -extern "C" { -#endif - -/* Structures taken from project.h */ -struct client_state; -struct file_list; -struct configuration_spec; -struct url_spec; - 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, @@ -108,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 */ /*