]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Wed, 20 Jul 2011 20:31:20 +0000 (13:31 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Wed, 20 Jul 2011 20:31:20 +0000 (13:31 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/msg.h

index 94c87a2562c59b2ae4b262d70fc6d3e1bbca6344..8230a2d2174bdcc59190983ec14bb899ee749a4e 100644 (file)
@@ -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);