]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Summary: Update test-suite for recent type changes.
authorrobertc <>
Fri, 15 Aug 2003 04:27:39 +0000 (04:27 +0000)
committerrobertc <>
Fri, 15 Aug 2003 04:27:39 +0000 (04:27 +0000)
Keywords:

Update test-suite for recent type changes.

test-suite/http_range_test.cc

index 114dd5d748b379351950238f298d92feba9c0059..28ea58a22b33d69afb09f5486ff0f42a00357242 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: http_range_test.cc,v 1.9 2003/08/04 22:14:56 robertc Exp $
+ * $Id: http_range_test.cc,v 1.10 2003/08/14 22:27:39 robertc Exp $
  *
  * DEBUG: section 64    HTTP Range Header
  * AUTHOR: Alex Rousskov
@@ -114,14 +114,14 @@ ACLChecklist::operator delete (void *address)
 ACLChecklist::~ACLChecklist(){}
 
 SQUIDCEXTERN ACLChecklist *aclChecklistCreate(const acl_access *,
-        request_t *,
+        HttpRequest *,
         const char *ident)
 {
     fatal ("dummy function\n");
     return NULL;
 }
 
-SQUIDCEXTERN String httpHeaderGetList(const HttpHeader * hdr, http_hdr_type id)
+extern String httpHeaderGetList(const HttpHeader * hdr, http_hdr_type id)
 {
     fatal ("dummy function\n");
     return String();