about summary refs log tree commit diff stats
path: root/src/xmpp/connection.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-10 23:27:16 +0100
committerJames Booth <boothj5@gmail.com>2016-05-10 23:27:16 +0100
commita67d199581ca39c0cba84bab2ee421390fc71ec1 (patch)
tree4560f97f9ee22c85e558cbd7e5ff9504ee1b6805 /src/xmpp/connection.h
parent3d20c85ada04c4dbd1552671d87ef1729d78a1c8 (diff)
downloadprofani-tty-a67d199581ca39c0cba84bab2ee421390fc71ec1.tar.gz
Add connection_shutdown()
Diffstat (limited to 'src/xmpp/connection.h')
-rw-r--r--src/xmpp/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/connection.h b/src/xmpp/connection.h
index b7148769..422e7ad3 100644
--- a/src/xmpp/connection.h
+++ b/src/xmpp/connection.h
@@ -38,6 +38,7 @@
 #include "xmpp/xmpp.h"
 
 void connection_init(void);
+void connection_shutdown(void);
 
 jabber_conn_status_t connection_connect(const char *const fulljid, const char *const passwd, const char *const altdomain, int port,
     const char *const tls_policy);
@@ -53,7 +54,6 @@ void connection_free_conn(void);
 void connection_free_ctx(void);
 void connection_free_presence_msg(void);
 void connection_free_domain(void);
-void connection_free_log(void);
 
 xmpp_conn_t* connection_get_conn(void);
 xmpp_ctx_t* connection_get_ctx(void);