mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 14:06:22 +00:00
ui_outgoing_chat_msg now takes ProfChatWin as argument
This commit is contained in:
@@ -120,7 +120,7 @@ void ui_message_receipt(const char * const barejid, const char * const id);
|
||||
void ui_disconnected(void);
|
||||
void ui_recipient_gone(const char * const barejid, const char * const resource);
|
||||
|
||||
void ui_outgoing_chat_msg(const char * const barejid, const char * const message, char *id);
|
||||
void ui_outgoing_chat_msg(ProfChatWin *chatwin, const char * const message, char *id);
|
||||
void ui_outgoing_chat_msg_carbon(const char * const barejid, const char * const message);
|
||||
void ui_outgoing_private_msg(const char * const fulljid, const char * const message);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user