diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ChangeLog | 5 | ||||
| -rw-r--r-- | src/include/port-sockets.h | 2 |
2 files changed, 5 insertions, 2 deletions
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 <raeburn@mit.edu> + + * port-sockets.h (win_socket_initialize): Delete declaration, + since it's not mentioned elsewhere in the tree. + 2002-06-21 Tom Yu <tlyu@mit.edu> * 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 |
