From: VMware, Inc <> Date: Mon, 26 Sep 2011 18:56:06 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2011.09.23-491607~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb428bcdb68f77f6e0e4f2522dbd6a11ec5a3926;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 ba588fc7b..89745c6b5 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -230,8 +230,10 @@ void Log_SetAlwaysKeep(Bool alwaysKeep); Bool Log_RemoveFile(Bool alwaysRemove); void Log_DisableThrottling(void); void Log_EnableStderrWarnings(Bool stderrOutput); -void Log_BackupOldFiles(const char *fileName, Bool noRename); -Bool Log_CopyFile(const char *fileName, struct MsgList **errs); +void Log_BackupOldFiles(const char *fileName, + Bool noRename); +Bool Log_CopyFile(const char *fileName, + struct MsgList **errs); uint32 Log_MaxLineLength(void); void Log_RegisterOutputFunction(LogOutputFunc *func); @@ -247,10 +249,10 @@ size_t Log_MakeTimeString(Bool millisec, char *buf, size_t max); - /* Logging that uses the custom guest throttling configuration. */ void GuestLog_Init(void); -void GuestLog_Log(const char *fmt, ...) PRINTF_DECL(1, 2); +void GuestLog_Log(const char *fmt, + ...) PRINTF_DECL(1, 2); /*