From: John Wolfe Date: Tue, 27 Jul 2021 17:37:24 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.0.0~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eb519b107745cd01018194aa059a5d0b39c3cf4;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 ba6f2d734..1df9ac6c3 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -626,12 +626,12 @@ Log_MakeTimeString(Bool millisec, char *buf, size_t max); -typedef Bool (LogOwnerFunc)(void *userData, - const char *fileName); +typedef Bool (LogMayDeleteFunc)(void *userData, + const char *fileName); Bool Log_BoundNumFiles(const LogOutput *output, - LogOwnerFunc *func, + LogMayDeleteFunc *mayDeleteFunc, void *userData); typedef struct {