diff options
| author | C. McEnroe | 2020-02-13 01:01:23 -0500 |
|---|---|---|
| committer | C. McEnroe | 2020-02-13 01:01:23 -0500 |
| commit | 0a772ff13908dc23ab957f168e0e3ef51ea755f1 (patch) | |
| tree | 28ebe24d025a923e63235ded19f04e3728b246aa /chat.h | |
| parent | 9bed890aa889dad4c46b6d18fff8cbdac9feab1a (diff) | |
Explicitly close the TLS connection
Just to be nice.
Diffstat (limited to 'chat.h')
| -rw-r--r-- | chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
