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 7e04d0bb..f9ad7fb6 100644
--- a/src/jabber.h
+++ b/src/jabber.h
@@ -41,6 +41,7 @@ typedef enum {
 } jabber_presence_t;
 
 void jabber_init(const int disable_tls);
+void jabber_shutdown(void);
 jabber_conn_status_t jabber_connect(const char * const user, 
     const char * const passwd);
 gboolean jabber_disconnect(void);