From: wessels <> Date: Sat, 15 Aug 1998 05:53:09 +0000 (+0000) Subject: compiler X-Git-Tag: SQUID_3_0_PRE1~2895 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f356f2c1fd9d24c281924cf800a460d830e5479;p=thirdparty%2Fsquid.git compiler --- 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);