Fixed tests
This commit is contained in:
@@ -66,11 +66,13 @@ GSList* ui_get_chat_recipients(void)
|
|||||||
|
|
||||||
void ui_switch_win(ProfWin *win) {}
|
void ui_switch_win(ProfWin *win) {}
|
||||||
|
|
||||||
|
#ifdef HAVE_LIBOTR
|
||||||
void chatwin_otr_secured(ProfChatWin *chatwin, gboolean trusted) {}
|
void chatwin_otr_secured(ProfChatWin *chatwin, gboolean trusted) {}
|
||||||
void chatwin_otr_unsecured(ProfChatWin *chatwin) {}
|
void chatwin_otr_unsecured(ProfChatWin *chatwin) {}
|
||||||
void chatwin_otr_trust(ProfChatWin *chatwin) {}
|
void chatwin_otr_trust(ProfChatWin *chatwin) {}
|
||||||
void chatwin_otr_untrust(ProfChatWin *chatwin) {}
|
void chatwin_otr_untrust(ProfChatWin *chatwin) {}
|
||||||
void chatwin_otr_smp_event(ProfChatWin *chatwin, prof_otr_smp_event_t event, void *data) {}
|
void chatwin_otr_smp_event(ProfChatWin *chatwin, prof_otr_smp_event_t event, void *data) {}
|
||||||
|
#endif
|
||||||
|
|
||||||
void ui_sigwinch_handler(int sig) {}
|
void ui_sigwinch_handler(int sig) {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user