From: VMware, Inc <> Date: Tue, 24 Aug 2010 18:46:23 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2010.08.24-292196~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94787e6db135433f95b7a88e44eacf4fd2e5b174;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 61c26c4cc..93b9f9150 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -122,7 +122,7 @@ Bool Log_RemoveFile(Bool alwaysRemove); void Log_DisableThrottling(void); Bool Log_GetQuietWarning(void); void Log_SetQuietWarning(Bool quiet); -void Log_BackupOldFiles(const char *fileName); +void Log_BackupOldFiles(const char *fileName, Bool noRename); Bool Log_CopyFile(const char *fileName); uint32 Log_MaxLineLength(void);