add emalloc et al

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

View File

@@ -567,6 +567,19 @@ char *
strptime (const char *buf, const char *format, struct tm *timeptr);
#endif
#ifndef HAVE_EMALLOC
void *emalloc (size_t);
#endif
#ifndef HAVE_ECALLOC
void *ecalloc(size_t num, size_t sz);
#endif
#ifndef HAVE_EREALLOC
void *erealloc (void *, size_t);
#endif
#ifndef HAVE_ESTRDUP
char *estrdup (const char *);
#endif
/*
* kludges and such
*/