summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp.h
diff options
context:
space:
mode:
Diffstat (limited to 'librabbitmq/amqp.h')
-rw-r--r--librabbitmq/amqp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h
index d58f9b4..7f031d2 100644
--- a/librabbitmq/amqp.h
+++ b/librabbitmq/amqp.h
@@ -2408,6 +2408,7 @@ amqp_socket_get_sockfd(amqp_socket_t *self);
*/
AMQP_PUBLIC_FUNCTION
amqp_socket_t *
+AMQP_CALL
amqp_get_socket(amqp_connection_state_t state);
/**
@@ -2422,6 +2423,7 @@ amqp_get_socket(amqp_connection_state_t state);
*/
AMQP_PUBLIC_FUNCTION
amqp_table_t *
+AMQP_CALL
amqp_get_server_properties(amqp_connection_state_t state);
/**
@@ -2438,6 +2440,7 @@ amqp_get_server_properties(amqp_connection_state_t state);
*/
AMQP_PUBLIC_FUNCTION
amqp_table_t *
+AMQP_CALL
amqp_get_client_properties(amqp_connection_state_t state);
AMQP_END_DECLS