Reorder need_bind in struct configuration_spec to save memory
[privoxy.git] / cgiedit.h
index ffa69dc..3b86410 100644 (file)
--- a/cgiedit.h
+++ b/cgiedit.h
@@ -1,6 +1,5 @@
 #ifndef CGIEDIT_H_INCLUDED
 #define CGIEDIT_H_INCLUDED
-#define CGIEDIT_H_VERSION "$Id: cgiedit.h,v 1.13 2013/11/24 14:23:28 fabiankeil Exp $"
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/cgiedit.h,v $
@@ -11,7 +10,7 @@
  *
  *
  * Copyright   :  Written by and Copyright (C) 2001 members of 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
@@ -90,10 +89,6 @@ extern jb_err cgi_toggle(struct client_state *csp,
                          const struct map *parameters);
 #endif /* def FEATURE_TOGGLE */
 
-/* Revision control strings from this header and associated .c file */
-extern const char cgiedit_rcs[];
-extern const char cgiedit_h_rcs[];
-
 #endif /* ndef CGI_H_INCLUDED */
 
 /*