From: robertc <> Date: Fri, 15 Aug 2003 04:27:39 +0000 (+0000) Subject: Summary: Update test-suite for recent type changes. X-Git-Tag: SQUID_3_0_PRE3~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2dc364bedfeb1f45a884beddae1adb9dfbd9217d;p=thirdparty%2Fsquid.git Summary: Update test-suite for recent type changes. Keywords: Update test-suite for recent type changes. --- diff --git a/test-suite/http_range_test.cc b/test-suite/http_range_test.cc index 114dd5d748..28ea58a22b 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.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();