aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-11-04 16:53:52 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-11-04 21:22:47 +0100
commit65dee052292362c3fccf3efa3aa408020aaf341e (patch)
treec2ad61eccf115f69d1929633e56d243cb475f1a8
parentapi: document adapter handle return value properly (diff)
downloadwintun-65dee052292362c3fccf3efa3aa408020aaf341e.tar.xz
wintun-65dee052292362c3fccf3efa3aa408020aaf341e.zip
api: remove enum name for logger level
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--api/wintun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/wintun.h b/api/wintun.h
index 8007a7d..f957fac 100644
--- a/api/wintun.h
+++ b/api/wintun.h
@@ -189,7 +189,7 @@ typedef _Return_type_success_(return != FALSE)
*/
typedef DWORD(WINAPI *WINTUN_GET_RUNNING_DRIVER_VERSION_FUNC)(void);
-typedef enum _WINTUN_LOGGER_LEVEL
+typedef enum
{
WINTUN_LOG_INFO = 0,
WINTUN_LOG_WARN,