mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 20:36:22 +00:00
Removed from argument from outgoing message functions
This commit is contained in:
@@ -201,10 +201,8 @@ void ui_incoming_private_msg(const char * const fulljid, const char * const mess
|
||||
void ui_disconnected(void) {}
|
||||
void ui_recipient_gone(const char * const barejid, const char * const resource) {}
|
||||
|
||||
void ui_outgoing_chat_msg(const char * const from, const char * const barejid,
|
||||
const char * const message, char *id) {}
|
||||
void ui_outgoing_private_msg(const char * const from, const char * const fulljid,
|
||||
const char * const message) {}
|
||||
void ui_outgoing_chat_msg(const char * const barejid, const char * const message, char *id) {}
|
||||
void ui_outgoing_private_msg(const char * const fulljid, const char * const message) {}
|
||||
|
||||
void ui_room_join(const char * const roomjid, gboolean focus) {}
|
||||
void ui_switch_to_room(const char * const roomjid) {}
|
||||
|
||||
Reference in New Issue
Block a user