diff options
| author | Assar Westerlund <assar@FreeBSD.org> | 2001-07-22 22:26:37 +0000 |
|---|---|---|
| committer | Assar Westerlund <assar@FreeBSD.org> | 2001-07-22 22:26:37 +0000 |
| commit | c9a4f950b3f6c9d52d2950d256f1c8c008ed92eb (patch) | |
| tree | 2e4bb8906aed4fcfcfcd6fd955816ec78126208b /lib/libutil/libutil.h | |
| parent | 071dbcd2cc03f0174fad884279a3b96bc273da12 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/libutil.h')
| -rw-r--r-- | lib/libutil/libutil.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h index aa82caae3904..758136e2d646 100644 --- a/lib/libutil/libutil.h +++ b/lib/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) |
