aboutsummaryrefslogtreecommitdiffstats
path: root/api/wintun.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/wintun.h')
-rw-r--r--api/wintun.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/api/wintun.h b/api/wintun.h
index b5d4d02..fb649ba 100644
--- a/api/wintun.h
+++ b/api/wintun.h
@@ -192,10 +192,8 @@ typedef enum
* @param Level Message level.
*
* @param Message Message text.
- *
- * @return Anything - return value is ignored.
*/
-typedef BOOL(CALLBACK *WINTUN_LOGGER_CALLBACK)(_In_ WINTUN_LOGGER_LEVEL Level, _In_z_ const WCHAR *Message);
+typedef void(CALLBACK *WINTUN_LOGGER_CALLBACK)(_In_ WINTUN_LOGGER_LEVEL Level, _In_z_ const WCHAR *Message);
/**
* Sets logger callback function.