From c10d8436ff4137dbd66b17d12ffe1be7e00a1f2d Mon Sep 17 00:00:00 2001 From: Katy Feng Date: Mon, 13 Nov 2023 12:07:33 -0800 Subject: [PATCH] Change to common header file not applicable to open-vm-tools. --- open-vm-tools/lib/include/log.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/open-vm-tools/lib/include/log.h b/open-vm-tools/lib/include/log.h index 765665268..beb59ec15 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -355,6 +355,9 @@ Log_GetLogLevel(uint32 group); uint32 Log_LookupGroupNumber(const char *groupName); +Bool +Log_ValidateGroupNumber(uint32 group); + LogOutput * Log_NewStdioOutput(const char *appPrefix, struct Dictionary *params, -- 2.47.3