Tidied chatwin_outgoing_carbon

This commit is contained in:
James Booth
2015-10-27 23:25:18 +00:00
parent e7148bf82d
commit 31016a2150
4 changed files with 18 additions and 13 deletions

View File

@@ -182,7 +182,7 @@ void ui_disconnected(void) {}
void chatwin_recipient_gone(ProfChatWin *chatwin) {}
void chatwin_outgoing_msg(ProfChatWin *chatwin, const char * const message, char *id, prof_enc_t enc_mode) {}
void ui_outgoing_chat_msg_carbon(const char * const barejid, const char * const message) {}
void chatwin_outgoing_carbon(ProfChatWin *chatwin, const char * const message) {}
void ui_outgoing_private_msg(ProfPrivateWin *privwin, const char * const message) {}
void ui_room_join(const char * const roomjid, gboolean focus) {}