From 84041b4c47edb0461f3b82afb77ca2d81819ebfa Mon Sep 17 00:00:00 2001 From: Elena Zannoni Date: Fri, 23 Aug 2002 22:02:32 +0000 Subject: import of readline-4.3 --- readline/xmalloc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'readline/xmalloc.h') diff --git a/readline/xmalloc.h b/readline/xmalloc.h index bdf251b..9cb08ba 100644 --- a/readline/xmalloc.h +++ b/readline/xmalloc.h @@ -39,8 +39,8 @@ #endif /* !PTR_T */ -extern char *xmalloc __P((int)); -extern char *xrealloc __P((void *, int)); -extern void xfree __P((void *)); +extern PTR_T xmalloc PARAMS((size_t)); +extern PTR_T xrealloc PARAMS((void *, size_t)); +extern void xfree PARAMS((void *)); #endif /* _XMALLOC_H_ */ -- cgit v1.1