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/registry.c')
-rw-r--r--src/libs/zbxsysinfo/win32/registry.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libs/zbxsysinfo/win32/registry.c b/src/libs/zbxsysinfo/win32/registry.c
index f416c1ee966..83f1bb076b9 100644
--- a/src/libs/zbxsysinfo/win32/registry.c
+++ b/src/libs/zbxsysinfo/win32/registry.c
@@ -18,6 +18,7 @@
**/
#include "zbxsysinfo.h"
+#include "../sysinfo.h"
#include "zbxstr.h"
#include "base64.h"
@@ -405,7 +406,7 @@ out:
return ret;
}
-int REGISTRY_DATA(AGENT_REQUEST *request, AGENT_RESULT *result)
+int registry_data(AGENT_REQUEST *request, AGENT_RESULT *result)
{
char *regkey, *value_name;
@@ -431,7 +432,7 @@ int REGISTRY_DATA(AGENT_REQUEST *request, AGENT_RESULT *result)
return SYSINFO_RET_OK;
}
-int REGISTRY_GET(AGENT_REQUEST *request, AGENT_RESULT *result)
+int registry_get(AGENT_REQUEST *request, AGENT_RESULT *result)
{
char *pkey, *pmode, *regexp;
int mode;