summaryrefslogtreecommitdiffstats
path: root/mutt_sasl.h
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2008-05-07 11:54:27 -0700
committerBrendan Cully <brendan@kublai.com>2008-05-07 11:54:27 -0700
commit3ff6c46ac39d6a5d9944645d27a8be98a64cc3a5 (patch)
tree9e042ee5a3041729e78b87a318700a921823e412 /mutt_sasl.h
parent60c75a960a6f48086918cee55c8c043b5d0eb1a3 (diff)
Make SASL support conn_poll method. Make SASL IP lookup failure
non-fatal. Both are for tunnel support.
Diffstat (limited to 'mutt_sasl.h')
-rw-r--r--mutt_sasl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mutt_sasl.h b/mutt_sasl.h
index aae002db..5be6a26b 100644
--- a/mutt_sasl.h
+++ b/mutt_sasl.h
@@ -48,6 +48,7 @@ typedef struct
int (*msasl_close) (CONNECTION* conn);
int (*msasl_read) (CONNECTION* conn, char* buf, size_t len);
int (*msasl_write) (CONNECTION* conn, const char* buf, size_t count);
+ int (*msasl_poll) (CONNECTION* conn);
}
SASL_DATA;