X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=loaders.h;h=cdd1a88618a8a0b90e6095cd292c8c82ce9e3c1c;hp=a2abec348a04f2e6041b57ea066ea8bf7dab8d9a;hb=56f3964a2bd367ca422feef5c72f537aa43c17e8;hpb=8abd1cc33f1b39e5618ecc883024de0ef6aa9c09 diff --git a/loaders.h b/loaders.h index a2abec34..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.33 2016/12/24 16:00:49 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 @@ -98,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 */ /*