Rename prof_message_t into ProfMessage

This commit is contained in:
Paul Fariello
2019-06-19 06:43:10 +02:00
parent 9482ce6168
commit f831f65737
15 changed files with 52 additions and 52 deletions

View File

@@ -524,7 +524,7 @@ mucwin_outgoing_msg(ProfMucWin *mucwin, const char *const message, const char *c
}
void
mucwin_incoming_msg(ProfMucWin *mucwin, prof_message_t *message, GSList *mentions, GList *triggers)
mucwin_incoming_msg(ProfMucWin *mucwin, ProfMessage *message, GSList *mentions, GList *triggers)
{
assert(mucwin != NULL);
int flags = 0;