From e76fc3b6a9c642534d2ca9930005bd08b83f47a8 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Tue, 24 Mar 1998 02:54:56 +0000 Subject: [PATCH] type problem --- include/util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/util.h b/include/util.h index 552dd86d11..489be79f59 100644 --- a/include/util.h +++ b/include/util.h @@ -1,5 +1,5 @@ /* - * $Id: util.h,v 1.47 1998/03/17 05:07:35 wessels Exp $ + * $Id: util.h,v 1.48 1998/03/23 19:54:56 wessels Exp $ * * AUTHOR: Harvest Derived * @@ -170,7 +170,7 @@ extern int xmalloc_line; extern char *xmalloc_file; extern char *xmalloc_func; extern int xmalloc_trace; -extern int xmalloc_total; +extern size_t xmalloc_total; extern void xmalloc_find_leaks(void); #endif -- 2.47.3