From 345ce45fb269249e53a4c90cce43f5057a478515 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 23 Jul 2001 12:42:07 +0000 Subject: remove emalloc,ecalloc,erealloc,estrdup --- libutil/libutil.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libutil/libutil.h b/libutil/libutil.h index 758136e..aa82caa 100644 --- a/libutil/libutil.h +++ b/libutil/libutil.h @@ -76,10 +76,6 @@ 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) -- cgit v1.2.3-56-ge451