Changeset 1841 for trunk/src/wsock32/new/wsock32.h
- Timestamp:
- Nov 26, 1999, 12:02:31 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/wsock32/new/wsock32.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/new/wsock32.h
r1807 r1841 1 /* $Id: wsock32.h,v 1. 1 1999-11-22 08:18:04phaller Exp $ */1 /* $Id: wsock32.h,v 1.2 1999-11-25 23:02:31 phaller Exp $ */ 2 2 3 3 /* WSOCK32.H--definitions & conversions for Odin's wsock32.dll. … … 51 51 u_long n_net; /* network # */ 52 52 }; 53 typedef struct Whostent WHOSTENT; 54 typedef WHOSTENT *PWHOSTENT; 53 55 54 56 struct Wservent { … … 58 60 char * s_proto; /* protocol to use */ 59 61 }; 62 typedef struct Wservent WSERVENT; 63 typedef WSERVENT *PWSERVENT; 60 64 61 65 struct Wprotoent { … … 64 68 short p_proto; /* protocol # */ 65 69 }; 66 70 typedef struct Wprotoent WPROTOENT; 71 typedef WPROTOENT *PWPROTOENT; 67 72 68 73 typedef struct tagWsockThreadData … … 72 77 struct Wservent wsvnt; 73 78 struct Wprotoent wptnt; 79 struct Wnetent wntnt; 80 struct Wlinger wlinger; 74 81 } WSOCKTHREADDATA, *PWSOCKTHREADDATA; 75 82 76 // interna pprototype83 // internal prototype 77 84 PWSOCKTHREADDATA iQueryWsockThreadData(void); 78 85
Note:
See TracChangeset
for help on using the changeset viewer.
