From: robertc <> Date: Tue, 23 Dec 2003 14:59:03 +0000 (+0000) Subject: Summary: Implement prototype fix from bug 839 for dlmalloc.c:malloc_stats. X-Git-Tag: SQUID_3_0_PRE4~1142 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed5ce301c7babcdcaaa7e42ee9776deb25e8cb2a;p=thirdparty%2Fsquid.git Summary: Implement prototype fix from bug 839 for dlmalloc.c:malloc_stats. Keywords: Implement prototype fix from bug 839 for dlmalloc.c:malloc_stats. --- diff --git a/lib/dlmalloc.c b/lib/dlmalloc.c index 658c0c7370..299072b1a5 100644 --- a/lib/dlmalloc.c +++ b/lib/dlmalloc.c @@ -1,5 +1,5 @@ /* - * $Id: dlmalloc.c,v 1.5 2003/01/23 00:37:01 robertc Exp $ + * $Id: dlmalloc.c,v 1.6 2003/12/23 07:59:03 robertc Exp $ */ /* ---------- To make a malloc.h, start cutting here ------------ */ @@ -864,7 +864,7 @@ Void_t* cALLOc(size_t, size_t); void cfree(Void_t*); int malloc_trim(size_t); size_t malloc_usable_size(Void_t*); -void malloc_stats(); +void malloc_stats(void); int mALLOPt(int, int); struct mallinfo mALLINFo(void); #else