X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=loaders.h;h=cdd1a88618a8a0b90e6095cd292c8c82ce9e3c1c;hp=54c4aa2796fee2c754d69fd075243b1582d3f99c;hb=f2be4cfb0e98db4cf6fcf33f3f1efadabe399887;hpb=f67b3326138f428863c21c7738e0c8db87fa6f5c diff --git a/loaders.h b/loaders.h index 54c4aa27..cdd1a886 100644 --- a/loaders.h +++ b/loaders.h @@ -1,6 +1,5 @@ #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 $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/loaders.h,v $ @@ -11,7 +10,7 @@ * unload files that are no longer in use. * * Copyright : Written by and Copyright (C) 2001-2010 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and @@ -39,6 +38,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, @@ -97,10 +97,6 @@ extern int run_loader(struct client_state *csp); extern int any_loaded_file_changed(const struct client_state *csp); -/* Revision control strings from this header and associated .c file */ -extern const char loaders_rcs[]; -extern const char loaders_h_rcs[]; - #endif /* ndef LOADERS_H_INCLUDED */ /*