move emalloc et al to roken.h.in

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10065 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-06-17 12:11:06 +00:00
parent e55b2b4f7e
commit 46a12a3304

View File

@@ -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);