mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 10:26:21 +00:00
Improve const correctness.
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
@@ -277,7 +277,7 @@ chatwin_recipient_gone(ProfChatWin* chatwin)
|
||||
}
|
||||
|
||||
void
|
||||
chatwin_outgoing_msg(ProfChatWin* chatwin, const char* const message, char* id, prof_enc_t enc_mode, gboolean request_receipt, const char* const replace_id)
|
||||
chatwin_outgoing_msg(ProfChatWin* chatwin, const char* const message, const char* id, prof_enc_t enc_mode, gboolean request_receipt, const char* const replace_id)
|
||||
{
|
||||
}
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user