summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libreadline/xmalloc.h
diff options
context:
space:
mode:
authorbeck <beck@openbsd.org>2003-05-08 05:36:50 +0000
committerbeck <beck@openbsd.org>2003-05-08 05:36:50 +0000
commit21a096a49b0e7f52b091c1e66ffd3d3084a612c4 (patch)
treecec61270de98c8879d6d3d517375e29e36facdac /gnu/lib/libreadline/xmalloc.h
parent.Xr newsyslog (diff)
downloadwireguard-openbsd-21a096a49b0e7f52b091c1e66ffd3d3084a612c4.tar.xz
wireguard-openbsd-21a096a49b0e7f52b091c1e66ffd3d3084a612c4.zip
strings
ok tedu@, art@
Diffstat (limited to 'gnu/lib/libreadline/xmalloc.h')
-rw-r--r--gnu/lib/libreadline/xmalloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libreadline/xmalloc.h b/gnu/lib/libreadline/xmalloc.h
index bdf251b070a..898d3906f09 100644
--- a/gnu/lib/libreadline/xmalloc.h
+++ b/gnu/lib/libreadline/xmalloc.h
@@ -42,5 +42,5 @@
extern char *xmalloc __P((int));
extern char *xrealloc __P((void *, int));
extern void xfree __P((void *));
-
+extern void memory_error_and_abort __P((char *));
#endif /* _XMALLOC_H_ */