summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wragg <david@rabbitmq.com>2011-01-14 01:17:44 +0000
committerDavid Wragg <david@rabbitmq.com>2011-01-14 01:17:44 +0000
commit68e635a59583da19d7289be2eac040cf4eff328b (patch)
treefc1ec69f4c1516e2bd308885bb5b7254d65d9a7d
parent771b37893498d85240e6fdf42aada237790e85b0 (diff)
downloadrabbitmq-c-github-ask-68e635a59583da19d7289be2eac040cf4eff328b.tar.gz
Remove some redundant function declarations
These are now generated in amqp_framing.h.
-rw-r--r--librabbitmq/amqp.h12
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