1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Fixed tests

This commit is contained in:
James Booth 2015-10-31 23:24:47 +00:00
parent 24896a3bfb
commit 8a7e2c19f9

View File

@ -66,11 +66,13 @@ GSList* ui_get_chat_recipients(void)
void ui_switch_win(ProfWin *win) {}
#ifdef HAVE_LIBOTR
void chatwin_otr_secured(ProfChatWin *chatwin, gboolean trusted) {}
void chatwin_otr_unsecured(ProfChatWin *chatwin) {}
void chatwin_otr_trust(ProfChatWin *chatwin) {}
void chatwin_otr_untrust(ProfChatWin *chatwin) {}
void chatwin_otr_smp_event(ProfChatWin *chatwin, prof_otr_smp_event_t event, void *data) {}
#endif
void ui_sigwinch_handler(int sig) {}