]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
statHistMedian can go back to static
authorwessels <>
Mon, 21 Sep 1998 12:42:57 +0000 (12:42 +0000)
committerwessels <>
Mon, 21 Sep 1998 12:42:57 +0000 (12:42 +0000)
src/protos.h

index c90dabb61d782c00e1ea4bb9e7162bac2d9f9a44..568615d11d6c4305ea3ffe390b128bd4d632925f 100644 (file)
@@ -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 *);