From: Ken Raeburn Date: Mon, 24 Jun 2002 20:54:26 +0000 (+0000) Subject: * port-sockets.h (win_socket_initialize): Delete declaration X-Git-Tag: krb5-1.3-alpha1~656 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=700204bd7610ca49490eb9fa557101c1bbe34e08;p=krb5.git * port-sockets.h (win_socket_initialize): Delete declaration git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14563 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 0a988d790..c6aebe9d5 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,8 @@ +2002-06-24 Ken Raeburn + + * port-sockets.h (win_socket_initialize): Delete declaration, + since it's not mentioned elsewhere in the tree. + 2002-06-21 Tom Yu * krb5.hin: Fix up yet more CALLCONV botches from last merge. diff --git a/src/include/port-sockets.h b/src/include/port-sockets.h index f3d4b5679..7c3ed1a91 100644 --- a/src/include/port-sockets.h +++ b/src/include/port-sockets.h @@ -61,8 +61,6 @@ typedef WSABUF sg_buf; #define ETIMEDOUT WSAETIMEDOUT #endif -int win_socket_initialize(); - #else /* not _WIN32 */ /* If this source file requires it, define struct sockaddr_in