Add unload_forward_spec() in preparation for forward-override{}.
[privoxy.git] / loaders.h
index 0e796bb..125d235 100644 (file)
--- a/loaders.h
+++ b/loaders.h
@@ -1,9 +1,9 @@
 #ifndef LOADERS_H_INCLUDED
 #define LOADERS_H_INCLUDED
-#define LOADERS_H_VERSION "$Id: loaders.h,v 1.19 2002/03/26 22:29:55 swa Exp $"
+#define LOADERS_H_VERSION "$Id: loaders.h,v 1.21 2006/07/18 14:48:46 david__schmidt Exp $"
 /*********************************************************************
  *
- * File        :  $Source: /cvsroot/ijbswa/current/Attic/loaders.h,v $
+ * File        :  $Source: /cvsroot/ijbswa/current/loaders.h,v $
  *
  * Purpose     :  Functions to load and unload the various
  *                configuration files.  Also contains code to manage
  *
  * Revisions   :
  *    $Log: loaders.h,v $
+ *    Revision 1.21  2006/07/18 14:48:46  david__schmidt
+ *    Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch)
+ *    with what was really the latest development (the v_3_0_branch branch)
+ *
  *    Revision 1.19  2002/03/26 22:29:55  swa
  *    we have a new homepage!
  *
@@ -216,6 +220,7 @@ void unload_current_trust_file(void);
 void unload_current_re_filterfile(void);
 #endif /* FEATURE_GRACEFUL_TERMINATION */
 
+void unload_forward_spec(struct forward_spec *fwd);
 
 extern void add_loader(int (*loader)(struct client_state *), 
                        struct configuration_spec * config);