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