mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +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
|
||||
SetIpNetEntry
|
||||
CreateIpForwardEntry
|
||||
GetNetworkParams
|
||||
GetNumberOfInterfaces
|
||||
GetInterfaceInfo
|
||||
; EOF
|
||||
|
|
|
@ -6,4 +6,7 @@ EXPORTS
|
|||
AddIPAddress=AddIPAddress@20
|
||||
SetIpNetEntry=SetIpNetEntry@4
|
||||
CreateIpForwardEntry=CreateIpForwardEntry@4
|
||||
GetNetworkParams=GetNetworkParams@8
|
||||
GetNumberOfInterfaces=GetNumberOfInterfaces@4
|
||||
GetInterfaceInfo=GetInterfaceInfo@8
|
||||
; EOF
|
||||
|
|
Loading…
Reference in a new issue