]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
compiler
authorwessels <>
Sat, 15 Aug 1998 05:53:09 +0000 (05:53 +0000)
committerwessels <>
Sat, 15 Aug 1998 05:53:09 +0000 (05:53 +0000)
src/protos.h

index d463807aa770d66dc322f8ed2e692c8d2951ce9a..cc6dec8335778331d04d92c28b5afc9c1fec2e41 100644 (file)
@@ -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);