diff options
-rw-r--r-- | librabbitmq/amqp.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h index 19d49de..49eaf3f 100644 --- a/librabbitmq/amqp.h +++ b/librabbitmq/amqp.h @@ -359,18 +359,6 @@ RABBITMQ_EXPORT int amqp_basic_reject(amqp_connection_state_t state, uint64_t delivery_tag, amqp_boolean_t requeue); -RABBITMQ_EXPORT struct amqp_tx_select_ok_t_ *amqp_tx_select( - amqp_connection_state_t state, - amqp_channel_t channel); - -RABBITMQ_EXPORT struct amqp_tx_commit_ok_t_ *amqp_tx_commit( - amqp_connection_state_t state, - amqp_channel_t channel); - -RABBITMQ_EXPORT struct amqp_tx_rollback_ok_t_ *amqp_tx_rollback( - amqp_connection_state_t state, - amqp_channel_t channel); - /* * Can be used to see if there is data still in the buffer, if so * calling amqp_simple_wait_frame will not immediately enter a |