mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 20:26:20 +00:00
ui_gone_secure takes ProfChatWin
This commit is contained in:
@@ -62,7 +62,7 @@ GSList* ui_get_chat_recipients(void);
|
||||
void ui_switch_win(ProfWin *window);
|
||||
void ui_sigwinch_handler(int sig);
|
||||
|
||||
void ui_gone_secure(const char *const barejid, gboolean trusted);
|
||||
void ui_gone_secure(ProfChatWin *chatwin, gboolean trusted);
|
||||
void ui_gone_insecure(const char *const barejid);
|
||||
void ui_trust(const char *const barejid);
|
||||
void ui_untrust(const char *const barejid);
|
||||
|
||||
Reference in New Issue
Block a user