From: wessels <> Date: Sun, 28 Jun 1998 22:18:44 +0000 (+0000) Subject: whoisStart X-Git-Tag: SQUID_3_0_PRE1~3126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97717975f26dc04b134c2e92eced6c05a2e15f92;p=thirdparty%2Fsquid.git whoisStart --- diff --git a/src/protos.h b/src/protos.h index ade3c30710..190bd4c9d1 100644 --- a/src/protos.h +++ b/src/protos.h @@ -209,7 +209,7 @@ extern void gopherStart(StoreEntry *, int fd); extern int gopherCachable(const char *); -extern void whoisStart(request_t * req, StoreEntry *, int fd); +extern void whoisStart(FwdState *, int fd); extern hash_table *hash_create(HASHCMP *, int, HASHHASH *); extern void hash_join(hash_table *, hash_link *);