mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Added some exports.
svn path=/trunk/; revision=3379
This commit is contained in:
parent
8f61fc390c
commit
90d386b1c0
2 changed files with 6 additions and 0 deletions
|
@ -6,4 +6,7 @@ EXPORTS
|
||||||
AddIPAddress
|
AddIPAddress
|
||||||
SetIpNetEntry
|
SetIpNetEntry
|
||||||
CreateIpForwardEntry
|
CreateIpForwardEntry
|
||||||
|
GetNetworkParams
|
||||||
|
GetNumberOfInterfaces
|
||||||
|
GetInterfaceInfo
|
||||||
; EOF
|
; EOF
|
||||||
|
|
|
@ -6,4 +6,7 @@ EXPORTS
|
||||||
AddIPAddress=AddIPAddress@20
|
AddIPAddress=AddIPAddress@20
|
||||||
SetIpNetEntry=SetIpNetEntry@4
|
SetIpNetEntry=SetIpNetEntry@4
|
||||||
CreateIpForwardEntry=CreateIpForwardEntry@4
|
CreateIpForwardEntry=CreateIpForwardEntry@4
|
||||||
|
GetNetworkParams=GetNetworkParams@8
|
||||||
|
GetNumberOfInterfaces=GetNumberOfInterfaces@4
|
||||||
|
GetInterfaceInfo=GetInterfaceInfo@8
|
||||||
; EOF
|
; EOF
|
||||||
|
|
Loading…
Reference in a new issue