]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - lib/readline/xmalloc.h
bash-5.2 distribution sources and documentation
[thirdparty/bash.git] / lib / readline / xmalloc.h
index f40d7a596a287c3024598f47f769b0694eaf44a5..0fb9df9c00b4973c61da6f53a5519505e4dc6ae5 100644 (file)
@@ -1,6 +1,6 @@
 /* xmalloc.h -- memory allocation that aborts on errors. */
 
-/* Copyright (C) 1999-2009 Free Software Foundation, Inc.
+/* Copyright (C) 1999-2009,2010-2021 Free Software Foundation, Inc.
 
    This file is part of the GNU Readline Library (Readline), a library
    for reading lines of text with interactive input and history editing.      
@@ -38,8 +38,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 PTR_T xmalloc (size_t);
+extern PTR_T xrealloc (void *, size_t);
+extern void xfree (void *);
 
 #endif /* _XMALLOC_H_ */