ui_smp_aborted takes ProfChatWin

This commit is contained in:
James Booth
2015-10-26 23:45:39 +00:00
parent 0b51f4d36f
commit 3cea2bc4f4
5 changed files with 13 additions and 9 deletions

View File

@@ -76,7 +76,7 @@ void ui_smp_recipient_initiated_q(ProfChatWin *chatwin, const char *question) {}
void ui_smp_successful(const char * const barejid) {}
void ui_smp_unsuccessful_sender(ProfChatWin *chatwin) {}
void ui_smp_unsuccessful_receiver(ProfChatWin *chatwin) {}
void ui_smp_aborted(const char * const barejid) {}
void ui_smp_aborted(ProfChatWin *chatwin) {}
void ui_smp_answer_success(const char * const barejid) {}
void ui_smp_answer_failure(const char * const barejid) {}