From: wessels <> Date: Sat, 21 Feb 1998 23:24:49 +0000 (+0000) Subject: removed dump_peers which is now static X-Git-Tag: SQUID_3_0_PRE1~4041 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9f50ad3840a812da770da971213c3e027713bf4;p=thirdparty%2Fsquid.git removed dump_peers which is now static --- diff --git a/src/protos.h b/src/protos.h index f98081fbef..08d6d06f72 100644 --- a/src/protos.h +++ b/src/protos.h @@ -323,7 +323,6 @@ extern int neighborUp(const peer * e); extern void peerDestroy(peer * e); extern char *neighborTypeStr(const peer * e); extern void peerCheckConnectStart(peer *); -extern void dump_peers(StoreEntry *, peer *); extern void netdbInit(void);