about summary refs log tree commit diff stats
path: root/tests/ui/mock_ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-28 22:37:50 +0000
committerJames Booth <boothj5@gmail.com>2014-01-28 22:37:50 +0000
commit5afb296e67785725e4462358fcc227e5f28b1a46 (patch)
treeb6aa5b3d87369a9680df51a6f09037d22a3a9faf /tests/ui/mock_ui.h
parentb231133f9b07e76eb7c3d6df4f01ceb14bcc3cd5 (diff)
downloadprofani-tty-5afb296e67785725e4462358fcc227e5f28b1a46.tar.gz
Moved error handling logic to server_events
Diffstat (limited to 'tests/ui/mock_ui.h')
-rw-r--r--tests/ui/mock_ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ui/mock_ui.h b/tests/ui/mock_ui.h
index b0a5a80d..a7a53e53 100644
--- a/tests/ui/mock_ui.h
+++ b/tests/ui/mock_ui.h
@@ -18,6 +18,9 @@ void stub_ui_chat_win_contact_online(void);
 void mock_cons_show_error(void);
 void expect_cons_show_error(char *output);
 
+void mock_ui_handle_error(void);
+void expect_ui_handle_error(char *err_msg);
+
 void mock_cons_show_account(void);
 void expect_cons_show_account(ProfAccount *account);