about summary refs log tree commit diff stats
path: root/src/xmpp/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/connection.h')
-rw-r--r--src/xmpp/connection.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xmpp/connection.h b/src/xmpp/connection.h
index f9fc30cb..c223934d 100644
--- a/src/xmpp/connection.h
+++ b/src/xmpp/connection.h
@@ -57,4 +57,8 @@ 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);
+void connection_set_priority(int priority);
+
 #endif