diff options
Diffstat (limited to '')
-rw-r--r-- | imap.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |