projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2beb930
)
add strdup()
author
John Kohl
<jtkohl@mit.edu>
Tue, 30 Apr 1991 11:35:07 +0000
(11:35 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/src/include/krb5/ext-proto.h
b/src/include/krb5/ext-proto.h
index 4ac9baed6ceb9fda5b16a2dd86623ddd21112bb2..120e2c1fe3db4a2ede6a9df6a659dfd35bb9f612 100644
(file)
--- a/
src/include/krb5/ext-proto.h
+++ b/
src/include/krb5/ext-proto.h
@@
-33,4
+33,6
@@
extern char *getenv();
#include <strings.h>
#endif
+extern char *strdup PROTOTYPE((const char *));
+
#endif /* KRB5_EXT_PROTO__ */