Ignore:
Timestamp:
Oct 16, 1999, 1:03:19 PM (26 years ago)
Author:
sandervl
Message:

YD's header changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winsock.h

    r4 r1316  
    1 /* $Id: winsock.h,v 1.1 1999-05-24 20:19:23 ktk Exp $ */
     1/* $Id: winsock.h,v 1.2 1999-10-16 11:03:19 sandervl Exp $ */
    22
    33/* WINSOCK.H--definitions to be used with the WINSOCK.DLL
     
    372372#endif
    373373
     374u_short PASCAL FAR htons (u_short hostshort);
     375int PASCAL FAR closesocket (SOCKET s);
     376 
     377/* Database function prototypes */
     378int PASCAL FAR gethostname (char FAR * name, int namelen);
     379
    374380/* Microsoft Windows Extension function prototypes */
    375381
Note: See TracChangeset for help on using the changeset viewer.