Ignore:
Timestamp:
Nov 26, 1999, 12:02:31 AM (26 years ago)
Author:
phaller
Message:

Fix: fixed structure conversion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wsock32/new/wsock32.h

    r1807 r1841  
    1 /* $Id: wsock32.h,v 1.1 1999-11-22 08:18:04 phaller Exp $ */
     1/* $Id: wsock32.h,v 1.2 1999-11-25 23:02:31 phaller Exp $ */
    22
    33/* WSOCK32.H--definitions & conversions for Odin's wsock32.dll.
     
    5151        u_long  n_net;                  /* network # */
    5252};
     53typedef struct Whostent WHOSTENT;
     54typedef WHOSTENT *PWHOSTENT;
    5355
    5456struct  Wservent {
     
    5860        char     * s_proto;          /* protocol to use */
    5961};
     62typedef struct Wservent WSERVENT;
     63typedef WSERVENT *PWSERVENT;
    6064
    6165struct  Wprotoent {
     
    6468        short   p_proto;                /* protocol # */
    6569};
    66 
     70typedef struct Wprotoent WPROTOENT;
     71typedef WPROTOENT *PWPROTOENT;
    6772
    6873typedef struct tagWsockThreadData
     
    7277  struct Wservent  wsvnt;
    7378  struct Wprotoent wptnt;
     79  struct Wnetent   wntnt;
     80  struct Wlinger   wlinger;
    7481} WSOCKTHREADDATA, *PWSOCKTHREADDATA;
    7582
    76 // internap prototype
     83// internal prototype
    7784PWSOCKTHREADDATA iQueryWsockThreadData(void);
    7885
Note: See TracChangeset for help on using the changeset viewer.