about summary refs log tree commit diff stats
path: root/src/jabber.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-16 23:29:58 +0100
committerJames Booth <boothj5@gmail.com>2012-10-16 23:29:58 +0100
commitd2aeca9bb4517658e22529168c17d789db9dab43 (patch)
tree2222f90eaf7207ec0188803a2c395bf03a5ed85d /src/jabber.h
parentea9a52760620327a286cec07cb8a0750a1f1274c (diff)
downloadprofani-tty-d2aeca9bb4517658e22529168c17d789db9dab43.tar.gz
Attempted fix at causing segfault by freeing connection
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);