From: hno <> Date: Mon, 10 Sep 2001 01:57:10 +0000 (+0000) Subject: Guido: found another function declare mismatch between protos.h and StatHist.c X-Git-Tag: SQUID_3_0_PRE1~1400 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5aa269ecac01261548d6da612146bb273d5237b9;p=thirdparty%2Fsquid.git Guido: found another function declare mismatch between protos.h and StatHist.c statHistDump --- diff --git a/src/protos.h b/src/protos.h index 30d707a6be..bd37f9da7a 100644 --- a/src/protos.h +++ b/src/protos.h @@ -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);