From: VMware, Inc <> Date: Wed, 20 Jul 2011 20:31:20 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2011.07.19-450511~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b18f134f0497623f517932132dce97bb9765ecb;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/msg.h b/open-vm-tools/lib/include/msg.h index 94c87a256..8230a2d21 100644 --- a/open-vm-tools/lib/include/msg.h +++ b/open-vm-tools/lib/include/msg.h @@ -169,8 +169,6 @@ EXTERN char *Msg_GetLocale(void); EXTERN void Msg_SetLocale(const char *locale, const char *binaryName); EXTERN void Msg_SetLocaleEx(const char *locale, const char *binaryName, const char *baseDirPath); -EXTERN char *Msg_GetMessageFilePath(const char *locale, const char *binaryName, - const char *extension); EXTERN char *Msg_FormatFloat(double value, unsigned int precision); EXTERN char *Msg_FormatSizeInBytes(uint64 size); EXTERN Bool Msg_LoadMessageFile(const char *locale, const char *fileName);