about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-12-11 00:02:51 +0000
committerJames Booth <boothj5@gmail.com>2014-12-11 00:02:51 +0000
commit70f7db0d918d80b41bcf114a5f42dea376b6035e (patch)
tree7ed1d932adb1ce16ca7b843b10239e4455fb73b6 /src/ui/ui.h
parent8e46b9e75b5c1bc0b18fa4f922d71a1c069df645 (diff)
downloadprofani-tty-70f7db0d918d80b41bcf114a5f42dea376b6035e.tar.gz
Subscription handler uses wins_new_chat
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index b1535def..f7a870f9 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -88,7 +88,7 @@ void (*ui_smp_answer_failure)(const char * const recipient);
 unsigned long (*ui_get_idle_time)(void);
 void (*ui_reset_idle_time)(void);
 void (*ui_new_chat_win)(const char * const to);
-void (*ui_print_system_msg_from_recipient)(const char * const from, const char *message);
+void (*ui_print_system_msg_from_recipient)(const char * const barejid, const char *message);
 gint (*ui_unread)(void);
 void (*ui_close_connected_win)(int index);
 int (*ui_close_all_wins)(void);