open-vm-tools 12.1.0
vmtoolsInt.h
Go to the documentation of this file.
1 /*********************************************************
2  * Copyright (C) 2010-2016,2020 VMware, Inc. All rights reserved.
3  *
4  * This program is free software; you can redistribute it and/or modify it
5  * under the terms of the GNU Lesser General Public License as published
6  * by the Free Software Foundation version 2.1 and no later version.
7  *
8  * This program is distributed in the hope that it will be useful, but
9  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
10  * or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU General Public
11  * License for more details.
12  *
13  * You should have received a copy of the GNU Lesser General Public License
14  * along with this program; if not, write to the Free Software Foundation, Inc.,
15  * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
16  *
17  *********************************************************/
18 
19 #ifndef _VMTOOLSINT_H_
20 #define _VMTOOLSINT_H_
21 
28 #include "glibUtils.h"
29 #include "vmware.h"
30 #include "vmware/tools/utils.h"
31 
32 /* ************************************************************************** *
33  * Internationalization. *
34  * ************************************************************************** */
35 
36 void
37 VMToolsMsgCleanup(void);
38 
39 /* ************************************************************************** *
40  * Logging. *
41  * ************************************************************************** */
42 
43 GlibLogger *
45 
46 /* ************************************************************************** *
47  * Miscelaneous. *
48  * ************************************************************************** */
49 
50 gint
51 VMToolsAsprintf(gchar **string,
52  gchar const *format,
53  ...) PRINTF_DECL(2, 3);
54 
55 #endif /* _VMTOOLSINT_H_ */
56 
GlibLogger * VMToolsCreateVMXLogger(void)
Definition: vmxLogger.c:106
void VMToolsMsgCleanup(void)
Definition: i18n.c:626
gint VMToolsAsprintf(gchar **string, gchar const *format,...)
Definition: vmtoolsLog.c:331