aboutsummaryrefslogtreecommitdiffstats
path: root/api/exports.def
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-11-05 13:01:41 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-11-05 16:58:43 +0100
commite9e790605a606d7d2aea8fbfaf38f336c1492b79 (patch)
tree4a572e179fcde5e157d0fd15ba4b434eae1acb42 /api/exports.def
parentREADME: improve code example (diff)
downloadwintun-e9e790605a606d7d2aea8fbfaf38f336c1492b79.tar.xz
wintun-e9e790605a606d7d2aea8fbfaf38f336c1492b79.zip
api: rename ReceiveRelease to ReleaseReceivePacket
This makes the API parallel: Wintun*Allocate*SendPacket -> WintunSendPacket WintunReceivePacket -> Wintun*Release*ReceivePacket Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'api/exports.def')
-rw-r--r--api/exports.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/exports.def b/api/exports.def
index 4ca739f..e3bedcd 100644
--- a/api/exports.def
+++ b/api/exports.def
@@ -14,7 +14,7 @@ EXPORTS
WintunGetReadWaitEvent
WintunGetRunningDriverVersion
WintunReceivePacket
- WintunReceiveRelease
+ WintunReleaseReceivePacket
WintunSendPacket
WintunSetAdapterName
WintunSetLogger