X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=loaders.h;h=a2abec348a04f2e6041b57ea066ea8bf7dab8d9a;hp=54c4aa2796fee2c754d69fd075243b1582d3f99c;hb=23b99e99ad07aefdc868f16c970c22f73b7f50cc;hpb=f67b3326138f428863c21c7738e0c8db87fa6f5c diff --git a/loaders.h b/loaders.h index 54c4aa27..a2abec34 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.32 2013/11/24 14:23:28 fabiankeil Exp $" +#define LOADERS_H_VERSION "$Id: loaders.h,v 1.33 2016/12/24 16:00:49 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/loaders.h,v $ @@ -39,6 +39,7 @@ extern unsigned int sweep(void); +extern void free_csp_resources(struct client_state *csp); 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,