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:53:44 -0500
commit1a57869a9ebc1880e51f829b3b1b63720c52a6aa (patch)
treea7d4e11846e5818fbe1945b93c67bbae544279eb /imap.h
parentClean up variable expansions in shell script (diff)
downloadimbox-1a57869a9ebc1880e51f829b3b1b63720c52a6aa.tar.gz
imbox-1a57869a9ebc1880e51f829b3b1b63720c52a6aa.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 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;