From: wessels <> Date: Mon, 21 Sep 1998 12:42:57 +0000 (+0000) Subject: statHistMedian can go back to static X-Git-Tag: SQUID_3_0_PRE1~2684 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4160ed66a8e96121a798b404c93d3149636d463;p=thirdparty%2Fsquid.git statHistMedian can go back to static --- diff --git a/src/protos.h b/src/protos.h index c90dabb61d..568615d11d 100644 --- a/src/protos.h +++ b/src/protos.h @@ -1,6 +1,6 @@ /* - * $Id: protos.h,v 1.268 1998/09/20 01:14:24 wessels Exp $ + * $Id: protos.h,v 1.269 1998/09/21 06:42:57 wessels Exp $ * * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -665,7 +665,6 @@ extern double median_svc_get(int, int); extern void pconnHistCount(int, int); extern int stat5minClientRequests(void); extern double stat5minCPUUsage(void); -extern double statMedianSvc(int, int); extern const char *storeEntryFlags(const StoreEntry *);