]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Mon, 26 Sep 2011 18:56:06 +0000 (11:56 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 26 Sep 2011 18:56:06 +0000 (11:56 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/log.h

index ba588fc7ba78d6a79c9838039d52df0e09bb2721..89745c6b5d6e52531eb2146b4cb797a1e9e4f6b1 100644 (file)
@@ -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);
 
 
 /*