diff options
Diffstat (limited to '')
-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, ...); |