From: VMware, Inc <> Date: Mon, 26 Sep 2011 18:53:15 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2011.09.23-491607~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e07079eb09a46010dc3bddab1c4fc99e74ee864;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 5550c1394..ba588fc7b 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -222,7 +222,6 @@ void Log_UpdatePerLine(Bool perLineTimeStamps, Bool perLineThreadNames); void Log_Exit(void); -void Log_SetConfigDir(const char *configDir); Bool Log_Outputting(void); const char *Log_GetFileName(void);