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, 2 insertions, 2 deletions
diff --git a/src/xmpp/connection.h b/src/xmpp/connection.h
index 5f403ae0..82ca4ab7 100644
--- a/src/xmpp/connection.h
+++ b/src/xmpp/connection.h
@@ -58,10 +58,10 @@ xmpp_ctx_t* connection_get_ctx(void);
 char *connection_get_domain(void);
 char* connection_jid_for_feature(const char *const feature);
 GHashTable* connection_get_features(const char *const jid);
-void connection_disco_items_free(void);
+
+void connection_clear_data(void);
 
 void connection_add_available_resource(Resource *resource);
 void connection_remove_available_resource(const char *const resource);
-void connection_remove_all_available_resources(void);
 
 #endif