From: wessels <> Date: Wed, 4 Sep 1996 00:54:09 +0000 (+0000) Subject: remove bogus extern next_cleaning X-Git-Tag: SQUID_3_0_PRE1~5861 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46ad16a0ff2d855f6498d5863acd8c1c21f71e83;p=thirdparty%2Fsquid.git remove bogus extern next_cleaning --- diff --git a/src/squid.h b/src/squid.h index 8ca2ddb68e..de214fc5b0 100644 --- a/src/squid.h +++ b/src/squid.h @@ -1,6 +1,6 @@ /* - * $Id: squid.h,v 1.42 1996/08/27 18:01:37 wessels Exp $ + * $Id: squid.h,v 1.43 1996/09/03 18:54:09 wessels Exp $ * * AUTHOR: Duane Wessels * @@ -260,7 +260,6 @@ extern void shut_down _PARAMS((int)); extern time_t squid_starttime; /* main.c */ -extern time_t next_cleaning; /* main.c */ extern int do_reuse; /* main.c */ extern int theHttpConnection; /* main.c */ extern int theInIcpConnection; /* main.c */