aboutsummaryrefslogtreecommitdiffstats
path: root/api/api.c
diff options
context:
space:
mode:
Diffstat (limited to 'api/api.c')
-rw-r--r--api/api.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/api/api.c b/api/api.c
index 3b7e895..ff852a4 100644
--- a/api/api.c
+++ b/api/api.c
@@ -7,19 +7,6 @@
HINSTANCE ResourceModule;
-/**
- * Returns the version of the Wintun driver and NDIS system currently loaded.
- *
- * @param DriverVersionMaj Pointer to a DWORD to receive the Wintun driver major version number.
- *
- * @param DriverVersionMin Pointer to a DWORD to receive the Wintun driver minor version number.
- *
- * @param NdisVersionMaj Pointer to a DWORD to receive the NDIS major version number.
- *
- * @param NdisVersionMin Pointer to a DWORD to receive the NDIS minor version number.
- *
- * @return ERROR_SUCCESS on success; Win32 error code otherwise.
- */
WINTUN_STATUS WINAPI
WintunGetVersion(
_Out_ DWORD *DriverVersionMaj,