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 12:43:43 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2019-03-01 12:43:43 +0300
commit3a636d832e406f6ea2ae78ddbbfe1ac90a3de32d (patch)
tree0b7522e601dab56b11b44c229f95ec3940af2045 /include/comms.h
parent5914e4987f627e054ba1eeb95c2723de6a595829 (diff)
...G...... [ZBXNEXT-4898] added support IPv6 for 'net.dns' and 'net.dns.record'
Diffstat (limited to 'include/comms.h')
-rw-r--r--include/comms.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/comms.h b/include/comms.h
index 367843c0677..c35877b2c82 100644
--- a/include/comms.h
+++ b/include/comms.h
@@ -202,4 +202,8 @@ 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