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

@@ -43,7 +43,7 @@
#include "ui/window_list.h"
void
privwin_incoming_msg(ProfPrivateWin *privatewin, prof_message_t *message)
privwin_incoming_msg(ProfPrivateWin *privatewin, ProfMessage *message)
{
assert(privatewin != NULL);