add strdup()
authorJohn Kohl <jtkohl@mit.edu>
Tue, 30 Apr 1991 11:35:07 +0000 (11:35 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 30 Apr 1991 11:35:07 +0000 (11:35 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2066 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ext-proto.h

index 4ac9baed6ceb9fda5b16a2dd86623ddd21112bb2..120e2c1fe3db4a2ede6a9df6a659dfd35bb9f612 100644 (file)
@@ -33,4 +33,6 @@ extern char *getenv();
 #include <strings.h>
 #endif
 
+extern char *strdup PROTOTYPE((const char *));
+
 #endif /* KRB5_EXT_PROTO__ */