about summary refs log tree commit diff stats
path: root/src/ui/chatwin.c
diff options
context:
space:
mode:
authorPaul Fariello <paul@fariello.eu>2019-06-19 06:43:10 +0200
committerPaul Fariello <paul@fariello.eu>2019-06-20 14:30:45 +0200
commitf831f6573737fc4079219c3159b40fb964b8f1d7 (patch)
treed275fb1fcd6495be0feb76dd4610f4e3da9520ed /src/ui/chatwin.c
parent9482ce616857cc5b954dbeb346febf9bb036e234 (diff)
downloadprofani-tty-f831f6573737fc4079219c3159b40fb964b8f1d7.tar.gz
Rename prof_message_t into ProfMessage
Diffstat (limited to 'src/ui/chatwin.c')
-rw-r--r--src/ui/chatwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/chatwin.c b/src/ui/chatwin.c
index f6c1097e..5a32b5ae 100644
--- a/src/ui/chatwin.c
+++ b/src/ui/chatwin.c
@@ -241,7 +241,7 @@ chatwin_recipient_gone(ProfChatWin *chatwin)
 }
 
 void
-chatwin_incoming_msg(ProfChatWin *chatwin, prof_message_t *message, gboolean win_created)
+chatwin_incoming_msg(ProfChatWin *chatwin, ProfMessage *message, gboolean win_created)
 {
     assert(chatwin != NULL);
     char *old_plain = message->plain;