safefree() mismatch
Roderick Schertler [Sat, 29 Mar 1997 16:36:21 +0000 (11:36 -0500)]
The declaration of safefree() in proto.h disagrees with the definition
in util.c.

p5p-msgid: 21338.859653381@eeyore.ibcinc.com

util.c

diff --git a/util.c b/util.c
index 99a3273..1317a76 100644 (file)
--- a/util.c
+++ b/util.c
@@ -150,7 +150,7 @@ MEM_SIZE size;
 
 /* safe version of free */
 
-void
+Free_t
 safefree(where)
 Malloc_t where;
 {