]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Summary: Implement prototype fix from bug 839 for dlmalloc.c:malloc_stats.
authorrobertc <>
Tue, 23 Dec 2003 14:59:03 +0000 (14:59 +0000)
committerrobertc <>
Tue, 23 Dec 2003 14:59:03 +0000 (14:59 +0000)
Keywords:

Implement prototype fix from bug 839 for dlmalloc.c:malloc_stats.

lib/dlmalloc.c

index 658c0c7370ee30b9823d274c8df72ffc8e00ccc2..299072b1a565719d3925440e91a95e5df6499d63 100644 (file)
@@ -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