Moved handle_login_account_success to server_events

This commit is contained in:
James Booth
2014-01-05 20:58:19 +00:00
parent 87cdbe015a
commit da03617e8b
5 changed files with 23 additions and 19 deletions

View File

@@ -24,5 +24,6 @@
#define SERVER_EVENTS_H
void handle_error_message(const char *from, const char *err_msg);
void handle_login_account_success(char *account_name);
#endif