From: wessels <> Date: Sat, 19 Oct 1996 13:10:08 +0000 (+0000) Subject: make neighborAlive static X-Git-Tag: SQUID_3_0_PRE1~5628 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d73844cac77e562f624b878cce08c85ef213bc63;p=thirdparty%2Fsquid.git make neighborAlive static --- diff --git a/src/neighbors.cc b/src/neighbors.cc index f1610eaddb..cb82971645 100644 --- a/src/neighbors.cc +++ b/src/neighbors.cc @@ -1,5 +1,5 @@ /* - * $Id: neighbors.cc,v 1.68 1996/10/19 07:08:35 wessels Exp $ + * $Id: neighbors.cc,v 1.69 1996/10/19 07:10:08 wessels Exp $ * * DEBUG: section 15 Neighbor Routines * AUTHOR: Harvest Derived @@ -108,6 +108,7 @@ static int edgeWouldBePinged _PARAMS((edge *, request_t *)); static void neighborRemove _PARAMS((edge *)); static edge *whichEdge _PARAMS((struct sockaddr_in *from)); +static void neighborAlive _PARAMS((edge *, MemObject *, icp_common_t *)); static neighbors *friends = NULL; static struct neighbor_cf *Neighbor_cf = NULL; @@ -524,7 +525,7 @@ neighborsUdpPing(protodispatch_data * proto) return mem->e_pings_n_pings; } -void +static void neighborAlive(edge * e, MemObject * mem, icp_common_t * header) { int rtt;