summaryrefslogtreecommitdiffstats
path: root/libutil
diff options
context:
space:
mode:
Diffstat (limited to 'libutil')
-rw-r--r--libutil/libutil.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libutil/libutil.h b/libutil/libutil.h
index aa82caa..758136e 100644
--- a/libutil/libutil.h
+++ b/libutil/libutil.h
@@ -76,6 +76,10 @@ int realhostname_sa __P((char *host, size_t hsize, struct sockaddr *addr,
#ifdef _STDIO_H_ /* avoid adding new includes */
char *fparseln __P((FILE *, size_t *, size_t *, const char[3], int));
#endif
+void *emalloc (size_t);
+void *ecalloc (size_t, size_t);
+void *erealloc (void *, size_t);
+char *estrdup (const char *);
__END_DECLS
#define UU_LOCK_INUSE (1)