From 46a12a33040ff17cc7b2f9c536b0a655f63b6bdd Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 17 Jun 2001 12:11:06 +0000 Subject: [PATCH] move emalloc et al to roken.h.in git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10065 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken-common.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/roken/roken-common.h b/lib/roken/roken-common.h index 8e548f1ca..1c0f6d7b6 100644 --- a/lib/roken/roken-common.h +++ b/lib/roken/roken-common.h @@ -266,10 +266,6 @@ int ROKEN_LIB_FUNCTION simple_execl(const char *file, ...); void ROKEN_LIB_FUNCTION print_version(const char *); -void *ROKEN_LIB_FUNCTION emalloc (size_t); -void *ROKEN_LIB_FUNCTION erealloc (void *, size_t); -char *ROKEN_LIB_FUNCTION estrdup (const char *); - ssize_t ROKEN_LIB_FUNCTION eread (int fd, void *buf, size_t nbytes); ssize_t ROKEN_LIB_FUNCTION ewrite (int fd, const void *buf, size_t nbytes);