From: VMware, Inc <> Date: Mon, 20 Dec 2010 22:23:41 +0000 (-0800) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2010.12.19-339835~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5aef2b20a519788613350752575bcba0ac71df79;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 b4e170833..62019c16b 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -183,10 +183,6 @@ void Log_ApplyConfigValues(const char *appPrefix, Bool Log_InitEx(const LogInitParams *params); -Bool Log_Init(const char *fileName, - const char *config, - const char *suffix); - Bool Log_InitWithFile(const char *fileName, const char *appPrefix);