X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=killpopup.h;h=090e85ca53a4cbd14b686c3e5542874ca29d9ba6;hp=78a752884744cd2d424aa51cfdf94ddcfecedd6a;hb=5f390b415777db21894f1b856ab3d21c9c24f7c6;hpb=536a88ebe11300228987eaa39ef4bbd63cd0e1ba diff --git a/killpopup.h b/killpopup.h index 78a75288..090e85ca 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.5 2001/07/31 14:44:22 oes Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/killpopup.h,v $ @@ -34,6 +34,15 @@ * * Revisions : * $Log: killpopup.h,v $ + * Revision 1.5 2001/07/31 14:44:22 oes + * Deleted unused size parameter from filter_popups() + * + * 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 +75,7 @@ extern "C" { #ifdef FEATURE_KILL_POPUPS -extern void filter_popups(char *buff, int size); +extern void filter_popups(char *buff, struct client_state *csp); #endif /* def FEATURE_KILL_POPUPS */