about summary refs log tree commit diff stats
path: root/src/jabber.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jabber.h')
-rw-r--r--src/jabber.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jabber.h b/src/jabber.h
index f9ad7fb6..84483c79 100644
--- a/src/jabber.h
+++ b/src/jabber.h
@@ -51,5 +51,6 @@ void jabber_send(const char * const msg, const char * const recipient);
 void jabber_update_presence(jabber_presence_t status, const char * const msg);
 const char * jabber_get_jid(void);
 jabber_conn_status_t jabber_get_connection_status(void);
+void jabber_free_resources(void);
 
 #endif