]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKaty Feng <fkaty@vmware.com>
Mon, 13 Nov 2023 20:07:33 +0000 (12:07 -0800)
committerKaty Feng <fkaty@vmware.com>
Mon, 13 Nov 2023 20:07:33 +0000 (12:07 -0800)
open-vm-tools/lib/include/log.h

index 76566526803f81850173746a4abaed83c79bce55..beb59ec15d88149038b21611964e568957d0e6cb 100644 (file)
@@ -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,