X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=killpopup.h;h=23bd7d7bad91599b7da458d0d192245d1cad7bb6;hp=42602ea2e2a459d57ffe305edeed8b81c21c0e0b;hb=990fa0b0a3c506d266fab5d2016b43bbafaad547;hpb=c75584ebcc79f939fb4ec9c8f842cef6692640c7 diff --git a/killpopup.h b/killpopup.h index 42602ea2..23bd7d7b 100644 --- a/killpopup.h +++ b/killpopup.h @@ -1,9 +1,9 @@ #ifndef _KILLPOPUP_H #define _KILLPOPUP_H -#define KILLPOPUP_H_VERSION "$Id: killpopup.h,v 1.1 2001/05/13 21:57:06 administrator Exp $" +#define KILLPOPUP_H_VERSION "$Id: killpopup.h,v 1.1.1.1 2001/05/15 13:58:58 oes Exp $" /********************************************************************* * - * File : $Source: /home/administrator/cvs/ijb/killpopup.h,v $ + * File : $Source: /cvsroot/ijbswa/current/killpopup.h,v $ * * Purpose : Handles the filtering of popups. * @@ -34,6 +34,9 @@ * * Revisions : * $Log: killpopup.h,v $ + * Revision 1.1.1.1 2001/05/15 13:58:58 oes + * Initial import of version 2.9.3 source tree + * * *********************************************************************/ @@ -42,7 +45,7 @@ #ifdef KILLPOPUPS -extern void filter_popups(struct client_state *csp, char *host_name, char *buff, int size); +extern void filter_popups(char *buff, int size); #endif /* def KILLPOPUPS */