From 22464975c056a6d826ab3502920b1cec47cd3a91 Mon Sep 17 00:00:00 2001 From: robertc <> Date: Mon, 3 Feb 2003 04:25:05 +0000 Subject: [PATCH] Summary: Adjust http range test case for aclCheck_t rename. Keywords: Adjust http range test case for aclCheck_t rename. --- test-suite/http_range_test.cc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/test-suite/http_range_test.cc b/test-suite/http_range_test.cc index 2a4736cb68..8d4e49ce3c 100644 --- a/test-suite/http_range_test.cc +++ b/test-suite/http_range_test.cc @@ -1,6 +1,6 @@ /* - * $Id: http_range_test.cc,v 1.1 2003/01/23 00:38:34 robertc Exp $ + * $Id: http_range_test.cc,v 1.2 2003/02/02 21:25:05 robertc Exp $ * * DEBUG: section 64 HTTP Range Header * AUTHOR: Alex Rousskov @@ -38,6 +38,7 @@ //#include "Store.h" #include "HttpHeaderRange.h" //#include "client_side_request.h" +#include "ACLChecklist.h" /* Stub routines */ SQUIDCEXTERN void @@ -97,13 +98,13 @@ SQUIDCEXTERN HttpHeaderEntry *httpHeaderGetEntry(const HttpHeader * hdr, HttpHea return NULL; } -SQUIDCEXTERN int aclCheckFast(const struct _acl_access *A, aclCheck_t *) +SQUIDCEXTERN int aclCheckFast(const acl_access *A, ACLChecklist *) { fatal ("dummy function\n"); return 0; } -SQUIDCEXTERN void aclChecklistFree(aclCheck_t *) +SQUIDCEXTERN void aclChecklistFree(ACLChecklist *) { fatal ("dummy function\n"); } @@ -114,7 +115,7 @@ SQUIDCEXTERN void fatal (char const *msg) exit (1); } -SQUIDCEXTERN aclCheck_t *aclChecklistCreate(const struct _acl_access *, +SQUIDCEXTERN ACLChecklist *aclChecklistCreate(const acl_access *, request_t *, const char *ident) { -- 2.47.3