summaryrefslogtreecommitdiff
path: root/librabbitmq/win32/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'librabbitmq/win32/socket.h')
-rw-r--r--librabbitmq/win32/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/librabbitmq/win32/socket.h b/librabbitmq/win32/socket.h
index a47532e..dc5d857 100644
--- a/librabbitmq/win32/socket.h
+++ b/librabbitmq/win32/socket.h
@@ -58,7 +58,7 @@ int
amqp_socket_setsockopt(int sock, int level, int optname, const void *optval,
size_t optlen);
-int
+ssize_t
amqp_socket_writev(int sock, struct iovec *iov, int nvecs);
int