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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmpp/connection.h b/src/xmpp/connection.h
index c2002e0f..1c5a2a4f 100644
--- a/src/xmpp/connection.h
+++ b/src/xmpp/connection.h
@@ -57,7 +57,6 @@ void connection_free_log(void);
 xmpp_conn_t* connection_get_conn(void);
 xmpp_ctx_t* connection_get_ctx(void);
 char *connection_get_domain(void);
-GSList* connection_get_disco_infos(void);
 char* connection_jid_for_feature(const char *const feature);
 DiscoInfo* connection_get_disco_info(const char *const jid);