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 4353658..00ed4b7 100644
--- a/librabbitmq/win32/socket.h
+++ b/librabbitmq/win32/socket.h
@@ -53,7 +53,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