wintun/api/exports.def
Jason A. Donenfeld 8963f7258e api: remove guid getter
The iphlpapi takes both LUIDs and GUIDs but prefers LUIDs, so exposing
the NET_LUID makes sense. However, we were previously exposing the
configuration GUID, rather than the net GUID, which is confusing, so
just make it all go away.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2020-11-03 12:34:19 +01:00

22 lines
431 B
Modula-2

LIBRARY wintun.dll
EXPORTS
WintunAllocateSendPacket
WintunCreateAdapter
WintunDeleteAdapter
WintunDeletePoolDriver
WintunEndSession
WintunEnumAdapters
WintunFreeAdapter
WintunGetAdapter
WintunOpenAdapterDeviceObject
WintunGetAdapterLUID
WintunGetAdapterName
WintunGetReadWaitEvent
WintunGetVersion
WintunReceivePacket
WintunReceiveRelease
WintunSendPacket
WintunSetAdapterName
WintunSetLogger
WintunStartSession