summaryrefslogtreecommitdiffstats
path: root/contrib/libreadline/xmalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libreadline/xmalloc.h')
-rw-r--r--contrib/libreadline/xmalloc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libreadline/xmalloc.h b/contrib/libreadline/xmalloc.h
index bdf251b..9cb08ba 100644
--- a/contrib/libreadline/xmalloc.h
+++ b/contrib/libreadline/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_ */
OpenPOWER on IntegriCloud