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

@@ -1044,7 +1044,7 @@ win_show_status_string(ProfWin *window, const char *const from,
}
void
win_print_incoming(ProfWin *window, const char *const from, prof_message_t *message)
win_print_incoming(ProfWin *window, const char *const from, ProfMessage *message)
{
char enc_char = '-';
int flags = NO_ME;