summaryrefslogtreecommitdiff
path: root/librabbitmq/unix/socket.h
diff options
context:
space:
mode:
authorAlan Antonuk <aega@med.umich.edu>2012-05-25 11:31:21 -0400
committerMichael Steinert <mike.steinert@gmail.com>2012-05-27 10:39:58 -0600
commita9f429d35134b04c434b4d8242909ba4fa7e0a76 (patch)
tree1c4b0c744c65c5c33b3034b2b845975f7cfc5a15 /librabbitmq/unix/socket.h
parent07ba8de95128373d42e704e74ae0e95d62dcaed5 (diff)
downloadrabbitmq-c-github-ask-a9f429d35134b04c434b4d8242909ba4fa7e0a76.tar.gz
Changing return type on amqp_socket_writev to match fn ptr type
Diffstat (limited to 'librabbitmq/unix/socket.h')
-rw-r--r--librabbitmq/unix/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/librabbitmq/unix/socket.h b/librabbitmq/unix/socket.h
index 051cc72..17dc1ec 100644
--- a/librabbitmq/unix/socket.h
+++ b/librabbitmq/unix/socket.h
@@ -50,7 +50,7 @@ amqp_socket_socket(int domain, int type, int proto);
int
amqp_socket_close(int sockfd, void *user_data);
-int
+ssize_t
amqp_socket_writev(int sockfd, const struct iovec *iov, int iovcnt,
void *user_data);