diff options
author | Curtis McEnroe | 2018-08-04 17:59:43 -0400 |
---|---|---|
committer | Curtis McEnroe | 2018-08-04 17:59:43 -0400 |
commit | 7b5bc5aa4185ddbb14a8c7ac71dc0ec200ec00b4 (patch) | |
tree | e9cd004f115904dcad683329288f432ea6dfcf98 /chat.h | |
parent | 35589a562473e6eab83933e498fbecf5540431d6 (diff) |
Rename ui chat to log
Diffstat (limited to 'chat.h')
-rw-r--r-- | chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, ...); |