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/common/zbxsysinfo_common.h')
-rw-r--r--src/libs/zbxsysinfo/common/zbxsysinfo_common.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libs/zbxsysinfo/common/zbxsysinfo_common.h b/src/libs/zbxsysinfo/common/zbxsysinfo_common.h
index caa3656409b..6bd4704d146 100644
--- a/src/libs/zbxsysinfo/common/zbxsysinfo_common.h
+++ b/src/libs/zbxsysinfo/common/zbxsysinfo_common.h
@@ -25,9 +25,9 @@
extern ZBX_METRIC parameters_common[];
extern ZBX_METRIC parameters_common_local[];
-int EXECUTE_USER_PARAMETER(AGENT_REQUEST *request, AGENT_RESULT *result);
-int EXECUTE_STR(const char *command, AGENT_RESULT *result);
-int EXECUTE_DBL(const char *command, AGENT_RESULT *result);
-int EXECUTE_INT(const char *command, AGENT_RESULT *result);
+int execute_user_parameter(AGENT_REQUEST *request, AGENT_RESULT *result);
+int execute_str(const char *command, AGENT_RESULT *result);
+int execute_dbl(const char *command, AGENT_RESULT *result);
+int execute_int(const char *command, AGENT_RESULT *result);
#endif