From 1a57869a9ebc1880e51f829b3b1b63720c52a6aa 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 3f8050b..c6d96f5 100644 --- a/imap.h +++ b/imap.h @@ -165,6 +165,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