From: VMware, Inc <> Date: Mon, 20 Sep 2010 18:14:19 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2010.09.19-301124~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=375e78ddd204fad1bd90a9b46c3ebbe4c8fe874c;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 1b6fcd401..d7a63be11 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -90,12 +90,6 @@ Bool Log_Init(const char *fileName, const char *config, const char *suffix); -Bool Log_InitForApp(const char *fileName, - const char *config, - const char *suffix, - const char *appName, - const char *appVersion); - Bool Log_InitEx(const LogInitParams *params); void Log_UpdateFileControl(Bool append,