aboutsummaryrefslogtreecommitdiffstats
path: root/api/wintun.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-11-03 12:45:38 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-11-03 12:47:26 +0100
commit080b6896e0064e3c1c42530d6a27720d4e19946d (patch)
treeff052d258c1f82bc16516150d039d9801244fe0c /api/wintun.h
parentapi: remove guid getter (diff)
downloadwintun-080b6896e0064e3c1c42530d6a27720d4e19946d.tar.xz
wintun-080b6896e0064e3c1c42530d6a27720d4e19946d.zip
api: constify pool argument
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'api/wintun.h')
-rw-r--r--api/wintun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/wintun.h b/api/wintun.h
index 62816b9..bf95492 100644
--- a/api/wintun.h
+++ b/api/wintun.h
@@ -82,7 +82,7 @@ typedef WINTUN_STATUS(WINAPI *WINTUN_DELETE_ADAPTER_FUNC)(
* @return ERROR_SUCCESS on success; Win32 error code otherwise.
*/
typedef WINTUN_STATUS(WINAPI *WINTUN_DELETE_POOL_DRIVER_FUNC)(
- _In_z_ WCHAR Pool[WINTUN_MAX_POOL],
+ _In_z_ const WCHAR Pool[WINTUN_MAX_POOL],
_Out_opt_ BOOL *RebootRequired);
/**