X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=killpopup.h;h=07ff1a75b657bb615d7b7c891c3c34f21b30ea5d;hb=ce6c6f995de0bd346ed0ae3678edc67d3e873ed0;hp=78a752884744cd2d424aa51cfdf94ddcfecedd6a;hpb=536a88ebe11300228987eaa39ef4bbd63cd0e1ba;p=privoxy.git diff --git a/killpopup.h b/killpopup.h index 78a75288..07ff1a75 100644 --- a/killpopup.h +++ b/killpopup.h @@ -1,6 +1,6 @@ #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 $ @@ -34,6 +34,12 @@ * * 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" {} @@ -66,7 +72,7 @@ extern "C" { #ifdef FEATURE_KILL_POPUPS -extern void filter_popups(char *buff, int size); +extern void filter_popups(char *buff); #endif /* def FEATURE_KILL_POPUPS */