From 72295139434d26c6da565faee2f50cb6fa900d43 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 24 Jan 1998 22:50:57 +0000 Subject: Fix prototypes so they don't look like function definitions. --- src/include/utils/memutils.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/include/utils/memutils.h') diff --git a/src/include/utils/memutils.h b/src/include/utils/memutils.h index 66e7b9290be..2afcfdebe23 100644 --- a/src/include/utils/memutils.h +++ b/src/include/utils/memutils.h @@ -15,7 +15,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: memutils.h,v 1.12 1998/01/11 21:03:10 momjian Exp $ + * $Id: memutils.h,v 1.13 1998/01/24 22:50:51 momjian Exp $ * * NOTES * some of the information in this file will be moved to @@ -233,8 +233,7 @@ extern void AllocSetReset(AllocSet set); extern bool AllocSetContains(AllocSet set, AllocPointer pointer); extern AllocPointer AllocSetAlloc(AllocSet set, Size size); extern void AllocSetFree(AllocSet set, AllocPointer pointer); -extern AllocPointer -AllocSetRealloc(AllocSet set, AllocPointer pointer, +extern AllocPointer AllocSetRealloc(AllocSet set, AllocPointer pointer, Size size); extern void AllocSetDump(AllocSet set); -- cgit v1.2.3