about summary refs log tree commit diff
path: root/imap.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-04 00:25:51 -0500
committerJune McEnroe <june@causal.agency>2020-12-04 17:45:06 -0500
commit9acc21de7e4ede15ef846995428e6a394e230f2d (patch)
tree461629bc8e5f025bf73e4496744071de96455bae /imap.h
parentRefactor patch markup generation (diff)
downloadbubger-9acc21de7e4ede15ef846995428e6a394e230f2d.tar.gz
bubger-9acc21de7e4ede15ef846995428e6a394e230f2d.zip
Implement getservinfo for SRV lookup
Diffstat (limited to 'imap.h')
-rw-r--r--imap.h1
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;