Support for both static and dynamically generated CGI pages.
[privoxy.git] / killpopup.h
index 78a7528..07ff1a7 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef KILLPOPUP_H_INCLUDED
 #define KILLPOPUP_H_INCLUDED
 #ifndef KILLPOPUP_H_INCLUDED
 #define KILLPOPUP_H_INCLUDED
-#define KILLPOPUP_H_VERSION "$Id: killpopup.h,v 1.3 2001/07/29 18:59:21 jongfoster Exp $"
+#define KILLPOPUP_H_VERSION "$Id: killpopup.h,v 1.4 2001/07/30 22:08:36 jongfoster Exp $"
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/killpopup.h,v $
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/killpopup.h,v $
  *
  * Revisions   :
  *    $Log: killpopup.h,v $
  *
  * Revisions   :
  *    $Log: killpopup.h,v $
+ *    Revision 1.4  2001/07/30 22:08:36  jongfoster
+ *    Tidying up #defines:
+ *    - All feature #defines are now of the form FEATURE_xxx
+ *    - Permanently turned off WIN_GUI_EDIT
+ *    - Permanently turned on WEBDAV and SPLIT_PROXY_ARGS
+ *
  *    Revision 1.3  2001/07/29 18:59:21  jongfoster
  *    - Changing #define _KILLPOPUP_H to KILLPOPUP_H_INCLUDED
  *    - Adding extern "C" {}
  *    Revision 1.3  2001/07/29 18:59:21  jongfoster
  *    - Changing #define _KILLPOPUP_H to KILLPOPUP_H_INCLUDED
  *    - Adding extern "C" {}
@@ -66,7 +72,7 @@ extern "C" {
 
 #ifdef FEATURE_KILL_POPUPS
 
 
 #ifdef FEATURE_KILL_POPUPS
 
-extern void filter_popups(char *buff, int size);
+extern void filter_popups(char *buff);
 
 #endif /* def FEATURE_KILL_POPUPS */
 
 
 #endif /* def FEATURE_KILL_POPUPS */