From dc99f96da799d1e799c2ac37cc97e28de44ae521 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 4 Nov 2020 14:53:39 +0100 Subject: api: rename GetVersion to GetRunningDriverVersion This makes our intentions a lot more clear, and in case we ever add other version functions, makes the forward path simpler. Signed-off-by: Jason A. Donenfeld --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a6f580c..54386bb 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ WintunSendPacket(Session, Packet); Other `wintun.dll` functions are: -- `WintunGetVersion()` returns driver and NDIS major and minor versions. +- `WintunGetRunningDriverVersion()` returns driver and NDIS major and minor versions. - `WintunSetLogger()` sets global logging callback function. Example: -- cgit v1.2.3-59-g8ed1b