summaryrefslogtreecommitdiff
path: root/src/ip.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ip.hpp')
-rw-r--r--src/ip.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ip.hpp b/src/ip.hpp
index 1066d4b..a8b6eb1 100644
--- a/src/ip.hpp
+++ b/src/ip.hpp
@@ -68,6 +68,9 @@ namespace zmq
// Sets the socket into non-blocking mode.
void unblock_socket (fd_t s_);
+ // Enable IPv4-mapping of addresses in case it is disabled by default.
+ void enable_ipv4_mapping (fd_t s_);
+
}
#endif