--------------------- PatchSet 1708 Date: 2001/03/10 00:44:17 Author: hno Branch: auth_rewrite Tag: (none) Log: Undid some ident stupididies Members: src/acl.c:1.1.1.3.12.26.2.47->1.1.1.3.12.26.2.48 Index: squid/src/acl.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/acl.c,v retrieving revision 1.1.1.3.12.26.2.47 retrieving revision 1.1.1.3.12.26.2.48 diff -u -r1.1.1.3.12.26.2.47 -r1.1.1.3.12.26.2.48 --- squid/src/acl.c 10 Mar 2001 00:40:09 -0000 1.1.1.3.12.26.2.47 +++ squid/src/acl.c 10 Mar 2001 00:44:17 -0000 1.1.1.3.12.26.2.48 @@ -1,6 +1,6 @@ /* - * $Id: acl.c,v 1.1.1.3.12.26.2.47 2001/03/10 00:40:09 hno Exp $ + * $Id: acl.c,v 1.1.1.3.12.26.2.48 2001/03/10 00:44:17 hno Exp $ * * DEBUG: section 28 Access Control * AUTHOR: Duane Wessels @@ -103,8 +103,7 @@ static SPLAYCMP aclArpCompare; static SPLAYWALKEE aclDumpArpListWalkee; #endif -static int aclCacheMatchAcl(dlink_list * cache, squid_acl acltype, void *data, - char *MatchParam); +static int aclCacheMatchAcl(dlink_list * cache, squid_acl acltype, void *data, char *MatchParam); static char * strtokFile(void)