summaryrefslogtreecommitdiff
path: root/include/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/socket.h')
-rw-r--r--include/socket.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/socket.h b/include/socket.h
index ddd453ac3..4a91404e5 100644
--- a/include/socket.h
+++ b/include/socket.h
@@ -144,10 +144,7 @@ namespace irc
CoreExport int OpenTCPSocket(const char* addr, int socktype = SOCK_STREAM);
/** Return the size of the structure for syscall passing */
- int sa_size(irc::sockets::sockaddrs& sa)
- {
- return sa.sa.sa_family == AF_INET ? sizeof(sa.in4) : sizeof(sa.in6);
- }
+ CoreExport int sa_size(irc::sockets::sockaddrs& sa);
/** Convert an address-port pair into a binary sockaddr
* @param addr The IP address, IPv4 or IPv6