]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Summary: Adjust http range test case for aclCheck_t rename.
authorrobertc <>
Mon, 3 Feb 2003 04:25:05 +0000 (04:25 +0000)
committerrobertc <>
Mon, 3 Feb 2003 04:25:05 +0000 (04:25 +0000)
Keywords:

Adjust http range test case for aclCheck_t rename.

test-suite/http_range_test.cc

index 2a4736cb68e709eb92d328f72ce539baff9b0f78..8d4e49ce3c9ef7fec4e149498a13a5a6fa70a272 100644 (file)
@@ -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)
 {