From 1f356f2c1fd9d24c281924cf800a460d830e5479 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Sat, 15 Aug 1998 05:53:09 +0000 Subject: [PATCH] compiler --- src/protos.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/protos.h b/src/protos.h index d463807aa7..cc6dec8335 100644 --- a/src/protos.h +++ b/src/protos.h @@ -1,6 +1,6 @@ /* - * $Id: protos.h,v 1.246 1998/08/14 09:22:38 wessels Exp $ + * $Id: protos.h,v 1.247 1998/08/14 23:53:09 wessels Exp $ * * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -977,7 +977,7 @@ extern void errorStateFree(ErrorState * err); extern void errorInitialize(void); extern int errorReservePageId(const char *page_name); extern void errorFree(void); -extern ErrorState *errorCon(int type, http_status); +extern ErrorState *errorCon(err_type type, http_status); extern void pconnPush(int, const char *host, u_short port); extern int pconnPop(const char *host, u_short port); -- 2.47.3