*** g:\mssdk\INCLUDE\WinSock2.h Mon Aug 3 17:52:42 1998 --- WinSock2.h Sun Jan 3 11:34:10 1999 *************** *** 1677,1684 **** #if INCL_WINSOCK_API_PROTOTYPES WINSOCK_API_LINKAGE ! char FAR * ! WSAAPI inet_ntoa( IN struct in_addr in ); --- 1677,1684 ---- #if INCL_WINSOCK_API_PROTOTYPES WINSOCK_API_LINKAGE ! char FAR ! WSAAPI * inet_ntoa( IN struct in_addr in ); *************** *** 1939,1946 **** #if INCL_WINSOCK_API_PROTOTYPES WINSOCK_API_LINKAGE ! struct hostent FAR * ! WSAAPI gethostbyaddr( IN const char FAR * addr, IN int len, --- 1939,1946 ---- #if INCL_WINSOCK_API_PROTOTYPES WINSOCK_API_LINKAGE ! struct hostent FAR ! WSAAPI * gethostbyaddr( IN const char FAR * addr, IN int len, *************** *** 1960,1967 **** #if INCL_WINSOCK_API_PROTOTYPES WINSOCK_API_LINKAGE ! struct hostent FAR * ! WSAAPI gethostbyname( IN const char FAR * name ); --- 1960,1967 ---- #if INCL_WINSOCK_API_PROTOTYPES WINSOCK_API_LINKAGE ! struct hostent ! WSAAPI FAR * gethostbyname( IN const char FAR * name ); *************** *** 1996,2003 **** #if INCL_WINSOCK_API_PROTOTYPES WINSOCK_API_LINKAGE ! struct servent FAR * ! WSAAPI getservbyport( IN int port, IN const char FAR * proto --- 1996,2003 ---- #if INCL_WINSOCK_API_PROTOTYPES WINSOCK_API_LINKAGE ! struct servent ! WSAAPI FAR * getservbyport( IN int port, IN const char FAR * proto *************** *** 2015,2022 **** #if INCL_WINSOCK_API_PROTOTYPES WINSOCK_API_LINKAGE ! struct servent FAR * ! WSAAPI getservbyname( IN const char FAR * name, IN const char FAR * proto --- 2015,2022 ---- #if INCL_WINSOCK_API_PROTOTYPES WINSOCK_API_LINKAGE ! struct servent ! WSAAPI FAR * getservbyname( IN const char FAR * name, IN const char FAR * proto *************** *** 2034,2041 **** #if INCL_WINSOCK_API_PROTOTYPES WINSOCK_API_LINKAGE ! struct protoent FAR * ! WSAAPI getprotobynumber( IN int number ); --- 2034,2041 ---- #if INCL_WINSOCK_API_PROTOTYPES WINSOCK_API_LINKAGE ! struct protoent ! WSAAPI FAR * getprotobynumber( IN int number ); *************** *** 2051,2058 **** #if INCL_WINSOCK_API_PROTOTYPES WINSOCK_API_LINKAGE ! struct protoent FAR * ! WSAAPI getprotobyname( IN const char FAR * name ); --- 2051,2058 ---- #if INCL_WINSOCK_API_PROTOTYPES WINSOCK_API_LINKAGE ! struct protoent ! WSAAPI FAR * getprotobyname( IN const char FAR * name ); *************** *** 2411,2417 **** typedef int ! (CALLBACK * LPCONDITIONPROC)( IN LPWSABUF lpCallerId, IN LPWSABUF lpCallerData, IN OUT LPQOS lpSQOS, --- 2411,2417 ---- typedef int ! CALLBACK (*LPCONDITIONPROC)( IN LPWSABUF lpCallerId, IN LPWSABUF lpCallerData, IN OUT LPQOS lpSQOS, *************** *** 2428,2434 **** typedef void ! (CALLBACK * LPWSAOVERLAPPED_COMPLETION_ROUTINE)( IN DWORD dwError, IN DWORD cbTransferred, IN LPWSAOVERLAPPED lpOverlapped, --- 2428,2434 ---- typedef void ! CALLBACK (*LPWSAOVERLAPPED_COMPLETION_ROUTINE)( IN DWORD dwError, IN DWORD cbTransferred, IN LPWSAOVERLAPPED lpOverlapped,