about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-10-06 00:05:23 +0100
committerJames Booth <boothj5@gmail.com>2013-10-06 00:05:23 +0100
commit710c49b6b87e71c1b6c06cd6920f9b94414bdc4f (patch)
tree872fbdf20dd47e6618eaeeadb54be44c3d130425 /src/ui/ui.h
parent738be65edc17d44a3305866a4a19b8729c133e5b (diff)
downloadprofani-tty-710c49b6b87e71c1b6c06cd6920f9b94414bdc4f.tar.gz
Moved UI error handler code to ui/core
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index 4d4ead7b..7fff0703 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -59,6 +59,7 @@ void ui_reset_idle_time(void);
 void ui_new_chat_win(const char * const to);
 void ui_print_error_from_recipient(const char * const from, const char *err_msg);
 void ui_print_system_msg_from_recipient(const char * const from, const char *message);
+void ui_handle_error_message(const char * const from, const char * const err_msg);
 gint ui_unread(void);
 void ui_close_connected_win(int index);
 int ui_close_all_wins(void);