--------------------- PatchSet 5253 Date: 2002/10/06 04:10:21 Author: rbcollins Branch: rbcollins_cxxtest Tag: (none) Log: update prototype on new function Members: src/protos.h:1.63.2.6->1.63.2.7 Index: squid/src/protos.h =================================================================== RCS file: /cvsroot/squid-sf//squid/src/protos.h,v retrieving revision 1.63.2.6 retrieving revision 1.63.2.7 diff -u -r1.63.2.6 -r1.63.2.7 --- squid/src/protos.h 6 Oct 2002 04:01:14 -0000 1.63.2.6 +++ squid/src/protos.h 6 Oct 2002 04:10:21 -0000 1.63.2.7 @@ -1,6 +1,6 @@ /* - * $Id: protos.h,v 1.63.2.6 2002/10/06 04:01:14 rbcollins Exp $ + * $Id: protos.h,v 1.63.2.7 2002/10/06 04:10:21 rbcollins Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -145,7 +145,7 @@ SQUIDCEXTERN void httpRequestFree(void *); extern void clientAccessCheck(void *); -extern aclCheck_t *clientAclChecklistCreate(const acl_access * acl, const clientHttpRequest * http); +SQUIDCEXTERN aclCheck_t *clientAclChecklistCreate(const acl_access * acl, const clientHttpRequest * http); /* client_side_reply.c - client side reply related routines (pure logic, no comms) */ SQUIDCEXTERN void *clientReplyNewContext(clientHttpRequest *);