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/system.h')
-rw-r--r--src/libs/zbxsysinfo/common/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/zbxsysinfo/common/system.h b/src/libs/zbxsysinfo/common/system.h
index adf87d36370..67370eb5a45 100644
--- a/src/libs/zbxsysinfo/common/system.h
+++ b/src/libs/zbxsysinfo/common/system.h
@@ -22,7 +22,7 @@
#include "module.h"
-int SYSTEM_LOCALTIME(AGENT_REQUEST *request, AGENT_RESULT *result);
-int SYSTEM_USERS_NUM(AGENT_REQUEST *request, AGENT_RESULT *result);
+int system_localtime(AGENT_REQUEST *request, AGENT_RESULT *result);
+int system_users_num(AGENT_REQUEST *request, AGENT_RESULT *result);
#endif /* ZABBIX_SYSINFO_COMMON_SYSTEM_H */