From 96eb99e4ecaebfbb5a8e2a58c953bf5e926121fc Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 13 Feb 1999 05:12:39 +0000 Subject: [PATCH] (estrdup): add prototype git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5342 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken-common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/roken/roken-common.h b/lib/roken/roken-common.h index 8175a29a8..480f94cd1 100644 --- a/lib/roken/roken-common.h +++ b/lib/roken/roken-common.h @@ -139,5 +139,6 @@ 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 *); #endif /* __ROKEN_COMMON_H__ */