From b4de7cf7e7a73368e5bf7ceee10aaebdd5993691 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Tue, 30 Apr 1991 11:35:07 +0000 Subject: [PATCH] add strdup() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2066 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/ext-proto.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/include/krb5/ext-proto.h b/src/include/krb5/ext-proto.h index 4ac9baed6..120e2c1fe 100644 --- a/src/include/krb5/ext-proto.h +++ b/src/include/krb5/ext-proto.h @@ -33,4 +33,6 @@ extern char *getenv(); #include #endif +extern char *strdup PROTOTYPE((const char *)); + #endif /* KRB5_EXT_PROTO__ */ -- 2.26.2