summaryrefslogtreecommitdiff
path: root/librabbitmq/windows/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'librabbitmq/windows/socket.h')
-rw-r--r--librabbitmq/windows/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/librabbitmq/windows/socket.h b/librabbitmq/windows/socket.h
index 3e0a378..38ca905 100644
--- a/librabbitmq/windows/socket.h
+++ b/librabbitmq/windows/socket.h
@@ -69,7 +69,7 @@ static inline int amqp_socket_setsockopt(int sock, int level, int optname,
/* same as WSABUF */
struct iovec {
u_long iov_len;
- char *iov_base;
+ void *iov_base;
};
static inline int amqp_socket_writev(int sock, struct iovec *iov, int nvecs)