Moved handle_software_version_result to server_events

This commit is contained in:
James Booth
2014-01-05 21:11:09 +00:00
parent 42fd1fb13e
commit 460a42c7c9
5 changed files with 11 additions and 12 deletions

View File

@@ -27,5 +27,7 @@ void handle_error_message(const char *from, const char *err_msg);
void handle_login_account_success(char *account_name);
void handle_lost_connection(void);
void handle_failed_login(void);
void handle_software_version_result(const char * const jid, const char * const presence,
const char * const name, const char * const version, const char * const os);
#endif