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-15 18:13:30 -0500
commitbf84b40f8160185184aa185b7671b2fbb5713eec (patch)
treeb937d2c8b600ab96ea0aa712673dc7b9b0a8a179 /imap.h
parentUpdate README build instructions (diff)
downloadnotemap-bf84b40f8160185184aa185b7671b2fbb5713eec.tar.gz
notemap-bf84b40f8160185184aa185b7671b2fbb5713eec.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 b5343d3..33dfd33 100644
--- a/imap.h
+++ b/imap.h
@@ -162,6 +162,7 @@ static inline void respFree(struct Resp resp) {
 extern bool imapVerbose;
 
 struct IMAP {
+	int sock;
 	FILE *r;
 	FILE *w;
 	size_t cap;