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/net.h')
-rw-r--r--src/libs/zbxsysinfo/common/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/zbxsysinfo/common/net.h b/src/libs/zbxsysinfo/common/net.h
index 1074be084d2..d216caf94da 100644
--- a/src/libs/zbxsysinfo/common/net.h
+++ b/src/libs/zbxsysinfo/common/net.h
@@ -31,6 +31,6 @@ extern char *CONFIG_SOURCE_IP;
int tcp_expect(const char *host, unsigned short port, int timeout, const char *request,
int(*validate_func)(const char *), const char *sendtoclose, int *value_int);
-int NET_TCP_PORT(AGENT_REQUEST *request, AGENT_RESULT *result);
+int net_tcp_port(AGENT_REQUEST *request, AGENT_RESULT *result);
#endif /* ZABBIX_SYSINFO_COMMON_NET_H */