summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp.h
diff options
context:
space:
mode:
authorDavid Wragg <david@rabbitmq.com>2010-07-26 03:09:38 +0100
committerDavid Wragg <david@rabbitmq.com>2010-07-26 03:09:38 +0100
commit7290a2692cd0f597573de51599c9b50088c02f90 (patch)
tree39866d75e726fe2817030e4205f68831b63d3551 /librabbitmq/amqp.h
parent6cc7fe86a01628483646a0b1eca423a9d8a34025 (diff)
downloadrabbitmq-c-github-ask-7290a2692cd0f597573de51599c9b50088c02f90.tar.gz
Fold amqp_end_connection socket closing into amqp_destroy_connection
Diffstat (limited to 'librabbitmq/amqp.h')
-rw-r--r--librabbitmq/amqp.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h
index fa76637..58d042c 100644
--- a/librabbitmq/amqp.h
+++ b/librabbitmq/amqp.h
@@ -308,9 +308,8 @@ extern int amqp_tune_connection(amqp_connection_state_t state,
int channel_max,
int frame_max,
int heartbeat);
-int amqp_get_channel_max(amqp_connection_state_t state);
-extern void amqp_destroy_connection(amqp_connection_state_t state);
-extern int amqp_end_connection(amqp_connection_state_t state);
+extern int amqp_get_channel_max(amqp_connection_state_t state);
+extern int amqp_destroy_connection(amqp_connection_state_t state);
extern int amqp_handle_input(amqp_connection_state_t state,
amqp_bytes_t received_data,