From 5407dd5b821a7700926705cd04fdd1b59fc88b11 Mon Sep 17 00:00:00 2001 From: "Matthew N. Dodd" Date: Thu, 19 Jun 2003 05:28:26 +0000 Subject: [PATCH] Add function prototypes. --- libexec/rtld-elf/xmalloc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libexec/rtld-elf/xmalloc.c b/libexec/rtld-elf/xmalloc.c index d6da3340bfd..7ee4c570c6b 100644 --- a/libexec/rtld-elf/xmalloc.c +++ b/libexec/rtld-elf/xmalloc.c @@ -30,7 +30,9 @@ #include #include +void *xcalloc(size_t); void *xmalloc(size_t); +char *xstrdup(const char *); void * xcalloc(size_t size) -- 2.45.2