From 97717975f26dc04b134c2e92eced6c05a2e15f92 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Sun, 28 Jun 1998 22:18:44 +0000 Subject: [PATCH] whoisStart --- src/protos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *); -- 2.47.2