From 35589a562473e6eab83933e498fbecf5540431d6 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 4 Aug 2018 17:54:46 -0400 Subject: Rename client to irc --- chat.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chat.h') diff --git a/chat.h b/chat.h index 4c1cff4..04e3c6b 100644 --- a/chat.h +++ b/chat.h @@ -28,12 +28,12 @@ struct { char *chan; } chat; -int clientConnect(const char *host, const char *port, const char *webPass); -void clientRead(void); -void clientWrite(const char *ptr, size_t len); +int ircConnect(const char *host, const char *port, const char *webPass); +void ircRead(void); +void ircWrite(const char *ptr, size_t len); __attribute__((format(printf, 1, 2))) -void clientFmt(const char *format, ...); +void ircFmt(const char *format, ...); void uiInit(void); void uiHide(void); -- cgit 1.4.1