From: VMware, Inc <> Date: Tue, 24 Aug 2010 18:48:04 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2010.08.24-292196~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c2bd94c652ee37ce7301bd17861ebe7d69b3c33;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/include/log.h b/open-vm-tools/lib/include/log.h index 4b25ff2fa..6b9d69902 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -115,7 +115,6 @@ void Log_WriteBytes(const char *msg); Bool Log_Outputting(void); const char *Log_GetFileName(void); -void Log_Flush(void); void Log_SkipLocking(Bool skipLocking); void Log_SetAlwaysKeep(Bool alwaysKeep); Bool Log_RemoveFile(Bool alwaysRemove);