From 7b5bc5aa4185ddbb14a8c7ac71dc0ec200ec00b4 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 4 Aug 2018 17:59:43 -0400 Subject: Rename ui chat to log --- chat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chat.h') diff --git a/chat.h b/chat.h index 04e3c6b..e63e0cf 100644 --- a/chat.h +++ b/chat.h @@ -40,7 +40,7 @@ void uiHide(void); void uiDraw(void); void uiRead(void); void uiTopic(const char *topic); -void uiChat(const char *line); +void uiLog(const char *line); __attribute__((format(printf, 1, 2))) void uiFmt(const char *format, ...); -- cgit 1.4.1