~ubuntu-branches/ubuntu/dapper/fpc/dapper

« back to all changes in this revision

Viewing changes to rtl/netware/ws2nlm.imp

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2005-05-30 11:59:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050530115910-x5pbzm4qqta4i94h
Tags: 2.0.0-2
debian/fp-compiler.postinst.in: forgot to reapply the patch that
correctly creates the slave link to pc(1).  (Closes: #310907)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
 
2
#
 
3
 WS2_32_bind,
 
4
 WS2_32_closesocket,
 
5
 WS2_32_getpeername,
 
6
 WS2_32_getsockname,
 
7
 WS2_32_getsockopt,
 
8
 WS2_32_htonl,
 
9
 WS2_32_htons,
 
10
 WS2_32_ioctlsocket,
 
11
 WS2_32_listen,
 
12
 WS2_32_ntohl,
 
13
 WS2_32_ntohs,
 
14
 WS2_32_recv,
 
15
 WS2_32_recvfrom,
 
16
 WS2_32_select,
 
17
 WS2_32_send,
 
18
 WS2_32_sendto,
 
19
 WS2_32_setsockopt,
 
20
 WS2_32_shutdown,
 
21
 WS2_32_socket,
 
22
 WSAAccept,
 
23
 WSACancelBlockingCall,
 
24
 WSACleanup,
 
25
 WSACloseEvent,
 
26
 WSAConnect,
 
27
 WSACreateEvent,
 
28
 WSCEnableNSProvider,
 
29
 WSAEnumNetworkEvents,
 
30
 WSAEnumProtocolsA,
 
31
 WSAEnumProtocolsW,
 
32
 WSAEventSelect,
 
33
 WSAGetLastError,
 
34
 WSAGetOverlappedResult,
 
35
 WSAGetQOSByName,
 
36
 WSAHtonl,
 
37
 WSAHtons,
 
38
 WSAIoctl,
 
39
 WSAJoinLeaf,
 
40
 WSANtohl,
 
41
 WSANtohs,
 
42
 WSARecv,
 
43
 WSARecvDisconnect,
 
44
 WSARecvFrom,
 
45
 WSAResetEvent,
 
46
 WSASend,
 
47
 WSASendDisconnect,
 
48
 WSASendTo,
 
49
 WSASetEvent,
 
50
 WSASetLastError,
 
51
 WSASocketA,
 
52
 WSASocketW,
 
53
 WSAStartup,
 
54
 WSAWaitForMultipleEvents,
 
55
 WSAAddressToStringA,
 
56
 WSAAddressToStringW,
 
57
 WSAEnumNameSpaceProvidersA,
 
58
 WSAEnumNameSpaceProvidersW,
 
59
 WSAGetServiceClassInfoA,
 
60
 WSAGetServiceClassInfoW,
 
61
 WSAGetServiceClassNameByClassIdA,
 
62
 WSAGetServiceClassNameByClassIdW,
 
63
 WSAInstallServiceClassA,
 
64
 WSAInstallServiceClassW,
 
65
 WSALookupServiceBeginA,
 
66
 WSALookupServiceBeginW,
 
67
 WSALookupServiceEnd,
 
68
 WSALookupServiceNextA,
 
69
 WSALookupServiceNextW,
 
70
 WSARemoveServiceClass,
 
71
 WSASetServiceA,
 
72
 WSASetServiceW,
 
73
 WSAStringToAddressA,
 
74
 WSAStringToAddressW,
 
75
 WSCUnInstallNameSpace,
 
76
 WSCInstallNameSpace,
 
77
 WS2_32_gethostbyaddr,
 
78
 WS2_32_gethostbyname,
 
79
 WS2_32_gethostname,
 
80
 WS2_32_getprotobyname,
 
81
 WS2_32_getprotobynumber,
 
82
 WS2_32_getservbyname,
 
83
 WS2_32_getservbyport,
 
84
 WS2_32_inet_addr,
 
85
 WS2_32_inet_ntoa,
 
86
 __WSAFDIsSet
 
87