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:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user