From 0a772ff13908dc23ab957f168e0e3ef51ea755f1 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 13 Feb 2020 01:01:23 -0500 Subject: Explicitly close the TLS connection Just to be nice. --- chat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chat.h') diff --git a/chat.h b/chat.h index fb7bf61..f0dc6cb 100644 --- a/chat.h +++ b/chat.h @@ -130,6 +130,7 @@ void ircRecv(void); void ircSend(const char *ptr, size_t len); void ircFormat(const char *format, ...) __attribute__((format(printf, 1, 2))); +void ircClose(void); extern struct Replies { size_t join; -- cgit 1.4.1