Renamed handle_error_message -> handle_presence_error

This commit is contained in:
James Booth
2014-01-30 21:43:31 +00:00
parent af880e2cfb
commit 2cd24a484a
3 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
#include "xmpp/xmpp.h"
void handle_error_message(const char *from, const char *err_msg);
void handle_presence_error(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);