From 0bce3d06e18a39e78f6c7c1e41251398b042ceb3 Mon Sep 17 00:00:00 2001 From: rws Date: Sun, 30 Dec 1990 12:05:43 +0000 Subject: make _XtPrintMemory non-static --- xc/lib/Xt/Alloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xc/lib/Xt') diff --git a/xc/lib/Xt/Alloc.c b/xc/lib/Xt/Alloc.c index 8f19aeb1f..f635332ea 100644 --- a/xc/lib/Xt/Alloc.c +++ b/xc/lib/Xt/Alloc.c @@ -1,4 +1,4 @@ -/* $XConsortium: Alloc.c,v 1.33 90/11/10 13:43:12 rws Exp $ */ +/* $XConsortium: Alloc.c,v 1.34 90/11/14 20:00:44 rws Exp $ */ /*********************************************************** Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts, @@ -268,7 +268,7 @@ void _XtHeapFree(heap) #include -static void _XtPrintMemory(filename) +void _XtPrintMemory(filename) char * filename; { register StatsPtr mem; -- cgit v1.2.3