This commit is contained in:
James Booth
2012-10-16 23:34:38 +01:00
3 changed files with 10 additions and 0 deletions

View File

@@ -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