From: John Wolfe Date: Tue, 6 Oct 2020 21:30:56 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~291 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eae2394df5fc0856c4bc4133c569e13f5e327efb;p=thirdparty%2Fopen-vm-tools.git Common header file change 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 45bf3fe5b..fc7cab802 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -559,7 +559,8 @@ void Log_RegisterOpIdFunction(GetOpId *getOpIdFunc); void -Log_LoadModuleFilters(struct CfgInterface *cfgIf); +Log_LoadModuleFilters(const char *appPrefix, + struct CfgInterface *cfgIf); long Log_OffsetUtc(void);