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 02:25:03 +0100
committerJames Booth <boothj5@gmail.com>2013-10-06 02:25:03 +0100
commit585369342c1c08dea47190c4277952ce352c5cab (patch)
tree87d64804ab94336d304bf748ca13de4573e7e93c /src/ui/ui.h
parent89fea389ca1272ef626dd1a5003ffd4991f9f388 (diff)
parent3cc080b06acc2e2e35bbdad6dedcac008b46ee02 (diff)
downloadprofani-tty-585369342c1c08dea47190c4277952ce352c5cab.tar.gz
Merge branch 'master' into otr
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);