Moved disconnect code to profanity module

This commit is contained in:
James Booth
2012-11-19 22:23:48 +00:00
parent b3e1d473a2
commit 346ed2a8e8
3 changed files with 11 additions and 4 deletions

View File

@@ -29,6 +29,7 @@ void prof_run(const int disable_tls, char *log_level);
void prof_handle_login_success(const char *jid);
void prof_handle_lost_connection(void);
void prof_handle_disconnect(const char * const jid);
void prof_handle_failed_login(void);
void prof_handle_typing(char *from);
void prof_handle_contact_online(char *contact, char *show, char *status);