summaryrefslogtreecommitdiff
path: root/readline/xmalloc.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-08-24 00:09:22 +0000
committerAndrew Cagney <cagney@redhat.com>2002-08-24 00:09:22 +0000
commit2ba146cd6fea7b7ba17f7dce0476c970e82c5398 (patch)
treecae590aed6ce605478cd5f58f92a15ad6a1458b4 /readline/xmalloc.h
parent0becb2ae2137bedf861c2afe49665060f5baa680 (diff)
Dummy commit. Get CVS off the branch.
Diffstat (limited to 'readline/xmalloc.h')
-rw-r--r--readline/xmalloc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/readline/xmalloc.h b/readline/xmalloc.h
index 9cb08ba21f..bdf251b070 100644
--- a/readline/xmalloc.h
+++ b/readline/xmalloc.h
@@ -39,8 +39,8 @@
#endif /* !PTR_T */
-extern PTR_T xmalloc PARAMS((size_t));
-extern PTR_T xrealloc PARAMS((void *, size_t));
-extern void xfree PARAMS((void *));
+extern char *xmalloc __P((int));
+extern char *xrealloc __P((void *, int));
+extern void xfree __P((void *));
#endif /* _XMALLOC_H_ */