X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=killpopup.h;h=090e85ca53a4cbd14b686c3e5542874ca29d9ba6;hp=07ff1a75b657bb615d7b7c891c3c34f21b30ea5d;hb=dfb2580f59bb0898731103b7bf888b6b262b56c7;hpb=a2aecee087f670ef38547fcc6ae9379188bbb1fa diff --git a/killpopup.h b/killpopup.h index 07ff1a75..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.4 2001/07/30 22:08:36 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,9 @@ * * 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 @@ -72,7 +75,7 @@ extern "C" { #ifdef FEATURE_KILL_POPUPS -extern void filter_popups(char *buff); +extern void filter_popups(char *buff, struct client_state *csp); #endif /* def FEATURE_KILL_POPUPS */