summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp_openssl_bio.h
diff options
context:
space:
mode:
Diffstat (limited to 'librabbitmq/amqp_openssl_bio.h')
-rw-r--r--librabbitmq/amqp_openssl_bio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/librabbitmq/amqp_openssl_bio.h b/librabbitmq/amqp_openssl_bio.h
index 68be2de..9c99c78 100644
--- a/librabbitmq/amqp_openssl_bio.h
+++ b/librabbitmq/amqp_openssl_bio.h
@@ -25,7 +25,9 @@
#include <openssl/bio.h>
-void amqp_openssl_bio_init(void);
+int amqp_openssl_bio_init(void);
+
+void amqp_openssl_bio_destroy(void);
BIO_METHOD* amqp_openssl_bio(void);