Moved jabber_free_resources call

This commit is contained in:
James Booth
2012-10-16 23:38:27 +01:00
parent 2f66feef8a
commit 68c6fe4803
3 changed files with 1 additions and 14 deletions

View File

@@ -41,7 +41,6 @@ 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);