summaryrefslogtreecommitdiff
path: root/librabbitmq/unix/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'librabbitmq/unix/socket.h')
-rw-r--r--librabbitmq/unix/socket.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/librabbitmq/unix/socket.h b/librabbitmq/unix/socket.h
index af5cde8..34de1a2 100644
--- a/librabbitmq/unix/socket.h
+++ b/librabbitmq/unix/socket.h
@@ -52,17 +52,13 @@ int
amqp_socket_socket(int domain, int type, int proto);
int
-amqp_socket_error(void *user_data);
+amqp_os_socket_error(void);
int
-amqp_socket_socket(int domain, int type, int proto);
-
-int
-amqp_socket_close(int sockfd, void *user_data);
+amqp_os_socket_close(int sockfd);
ssize_t
-amqp_socket_writev(int sockfd, const struct iovec *iov, int iovcnt,
- void *user_data);
+amqp_os_socket_writev(int sockfd, const struct iovec *iov, int iovcnt);
#define amqp_socket_setsockopt setsockopt