Added prototype for getpeername()
authorTheodore Tso <tytso@mit.edu>
Tue, 30 Apr 1996 19:03:59 +0000 (19:03 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 30 Apr 1996 19:03:59 +0000 (19:03 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7869 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ChangeLog
src/include/krb5/macsock.h

index 5b5fa80f759a38ace416b42dcbe66e4cf4490cc5..e132792640fdaa811cc8072121c3654d471c962e 100644 (file)
@@ -1,3 +1,7 @@
+Tue Apr 30 15:03:34 1996  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * macsock.h: Added prototype for getpeername().
+
 Thu Mar 28 17:57:04 1996  Theodore Y. Ts'o  <tytso@dcl>
 
        * AddressXlation.h: Updated to use latest versions from the Apple's
index d320f2aa6c2a329fe9d197027951019f75f55346..089a5c213d9ffd27a18fe4eff98984c4d6d50989 100644 (file)
@@ -208,6 +208,9 @@ getmyipaddr PROTOTYPE ((void));
 extern int
 getsockname PROTOTYPE((SOCKET, struct sockaddr_in *, int *));
 
+extern int
+getpeername PROTOTYPE((SOCKET, struct sockaddr_in *, int *));
+    
 /* Bypass a few other functions we don't really need. */
 
 #define        getservbyname(name,prot)        0