X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=loaders.h;fp=loaders.h;h=4e7e46517c0b930f57c2331870a4913630143cb5;hp=1951b1daac55f36493800545aa74efc044ee995a;hb=e6a771dacfb7cce3e202e06cb46612cf5d35d920;hpb=ad70ee7ab4cd85607b402a16bda85963a6e02583 diff --git a/loaders.h b/loaders.h index 1951b1da..4e7e4651 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.25 2009/05/16 13:27:20 fabiankeil Exp $" +#define LOADERS_H_VERSION "$Id: loaders.h,v 1.26 2010/12/26 15:30:28 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/loaders.h,v $ @@ -49,7 +49,7 @@ struct configuration_spec; struct url_spec; extern unsigned int sweep(void); -extern char *read_config_line(char *buf, size_t buflen, FILE *fp, unsigned long *linenum); +extern char *read_config_line(FILE *fp, unsigned long *linenum, char **buf); extern int check_file_changed(const struct file_list * current, const char * filename, struct file_list ** newfl);