rabbitmq-c  0.5.0
C AMQP Client library for RabbitMQ
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Deprecated List
Global AMQP_EMPTY_ARRAY
use amqp_empty_array instead
Global AMQP_EMPTY_BYTES
use amqp_empty_bytes instead
Global AMQP_EMPTY_TABLE
use amqp_empty_table instead
Global amqp_error_string (int err)
This function has been deprecated in favor of amqp_error_string2() which returns statically allocated string which do not need to be freed by the caller.
Global amqp_open_socket (char const *hostname, int portnumber)
This function is deprecated in favor of amqp_socket_open()
Global amqp_release_buffers (amqp_connection_state_t state)
This function is deprecated in favor of amqp_maybe_release_buffers() or amqp_maybe_release_buffers_on_channel()
Global amqp_release_buffers_ok (amqp_connection_state_t state)
This function is deprecated in favor of amqp_maybe_release_buffers() or amqp_maybe_release_buffers_on_channel()
Global amqp_set_sockfd (amqp_connection_state_t state, int sockfd)
Use amqp_tcp_socket_new() or amqp_ssl_socket_new()