Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/zbxsysinfo/win32/wmi.cpp')
-rw-r--r--src/libs/zbxsysinfo/win32/wmi.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/zbxsysinfo/win32/wmi.cpp b/src/libs/zbxsysinfo/win32/wmi.cpp
index 2c9554c8d3c..98e69bac658 100644
--- a/src/libs/zbxsysinfo/win32/wmi.cpp
+++ b/src/libs/zbxsysinfo/win32/wmi.cpp
@@ -479,7 +479,7 @@ out:
* SYSINFO_RET_FAIL - retrieving WMI value failed *
* *
******************************************************************************/
-extern "C" int WMI_GET(AGENT_REQUEST *request, AGENT_RESULT *result)
+extern "C" int wmi_get(AGENT_REQUEST *request, AGENT_RESULT *result)
{
char *wmi_namespace, *wmi_query, *error = NULL;
VARIANT *vtProp;
@@ -942,7 +942,7 @@ extern "C" int convert_wmi_json(zbx_vector_wmi_instance_t *wmi_values, char **js
* SYSINFO_RET_FAIL - retrieving WMI value failed *
* *
******************************************************************************/
-extern "C" int WMI_GETALL(AGENT_REQUEST *request, AGENT_RESULT *result)
+extern "C" int wmi_getall(AGENT_REQUEST *request, AGENT_RESULT *result)
{
char *wmi_namespace, *wmi_query, *jd = NULL, *error = NULL;
int ret = SYSINFO_RET_FAIL;