From 9acc21de7e4ede15ef846995428e6a394e230f2d Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 4 Dec 2020 00:25:51 -0500 Subject: Implement getservinfo for SRV lookup --- imap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'imap.h') diff --git a/imap.h b/imap.h index b744bcc..4cd7691 100644 --- a/imap.h +++ b/imap.h @@ -170,6 +170,7 @@ static inline void respFree(struct Resp resp) { extern bool imapVerbose; struct IMAP { + int sock; FILE *r; FILE *w; size_t cap; -- cgit 1.4.1