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:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2019-03-01 14:11:16 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2019-03-01 14:11:16 +0300
commit29927af160a202e2b461ac35ca506c7d9b0fd940 (patch)
tree4a4f6179911c83adb96490aa1e3bc4180851b91b /include/comms.h
parentc9e309dd1a992bda396a6184c992e7f776199f23 (diff)
...G...... [ZBXNEXT-4898] revert commit r...G...... [ZBXNEXT-4898] added support IPv6 for 'net.dns' and 'net.dns.record' (MVekslers)
Diffstat (limited to 'include/comms.h')
-rw-r--r--include/comms.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/comms.h b/include/comms.h
index c35877b2c82..367843c0677 100644
--- a/include/comms.h
+++ b/include/comms.h
@@ -202,8 +202,4 @@ int zbx_recv_response(zbx_socket_t *sock, int timeout, char **error);
host, hostlen, serv, servlen, flags)
#endif
-#ifdef _WINDOWS
-int zbx_socket_start(char **error);
-#endif
-
#endif