From: Katy Feng Date: Mon, 13 Nov 2023 20:07:33 +0000 (-0800) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.4.0~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c10d8436ff4137dbd66b17d12ffe1be7e00a1f2d;p=thirdparty%2Fopen-vm-tools.git Change to common header file not applicable to open-vm-tools. --- 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,