]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Guido: found another function declare mismatch between protos.h and StatHist.c
authorhno <>
Mon, 10 Sep 2001 01:57:10 +0000 (01:57 +0000)
committerhno <>
Mon, 10 Sep 2001 01:57:10 +0000 (01:57 +0000)
statHistDump

src/protos.h

index 30d707a6be60c670031ac2cf2a1e6a7012b6e68c..bd37f9da7a0fac957728a395dd497de0c504eedd 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: protos.h,v 1.411 2001/08/29 14:57:35 robertc Exp $
+ * $Id: protos.h,v 1.412 2001/09/09 19:57:10 hno Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -808,7 +808,7 @@ extern void statHistCount(StatHist * H, double val);
 extern void statHistCopy(StatHist * Dest, const StatHist * Orig);
 extern void statHistSafeCopy(StatHist * Dest, const StatHist * Orig);
 extern double statHistDeltaMedian(const StatHist * A, const StatHist * B);
-extern void statHistDump(const StatHist * H, StoreEntry * sentry, StatHistBinDumper bd);
+extern void statHistDump(const StatHist * H, StoreEntry * sentry, StatHistBinDumper bd);
 extern void statHistLogInit(StatHist * H, int capacity, double min, double max);
 extern void statHistEnumInit(StatHist * H, int last_enum);
 extern void statHistIntInit(StatHist * H, int n);