From: Katy Feng Date: Mon, 13 Nov 2023 20:07:34 +0000 (-0800) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.4.0~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0546037841f16e8fe4148c8434e2b02cb2b0a6dd;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 beb59ec15..725330bd4 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -352,11 +352,11 @@ Log_SetLogLevel(uint32 group, int32 Log_GetLogLevel(uint32 group); -uint32 +int32 Log_LookupGroupNumber(const char *groupName); -Bool -Log_ValidateGroupNumber(uint32 group); +const char * +Log_LookupGroupName(uint32 group); LogOutput * Log_NewStdioOutput(const char *appPrefix,