--------------------- PatchSet 2179 Date: 2001/05/02 00:55:25 Author: rbcollins Branch: newhttp Tag: (none) Log: added a useful protoype Members: src/broker.c:1.1.2.3->1.1.2.4 Index: squid/src/broker.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/Attic/broker.c,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -r1.1.2.3 -r1.1.2.4 --- squid/src/broker.c 1 May 2001 23:32:18 -0000 1.1.2.3 +++ squid/src/broker.c 2 May 2001 00:55:25 -0000 1.1.2.4 @@ -1,6 +1,6 @@ /* - * $Id: broker.c,v 1.1.2.3 2001/05/01 23:32:18 rbcollins Exp $ + * $Id: broker.c,v 1.1.2.4 2001/05/02 00:55:25 rbcollins Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Robert Collins @@ -295,6 +295,8 @@ /* FIXME: check carefully whether a filter interface at this point really makes sense */ extern DATAFILTER_HDR http_broker_entry; +extern DATAFILTER_HDR cache_broker_entry; +extern DATAFILTER_HDR hierarchy_broker_entry; DATAFILTER_FILTERHEADER(broker_callback_hdr) {