]> Pileus Git - ~andy/fetchmail/blobdiff - fetchmail.h
Add FETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN env' var.
[~andy/fetchmail] / fetchmail.h
index 50165c124d39c2c40c48bc5e851c941a131e46a3..f6c6a4ec7ef90d435da4c3d03dbd7179b89b7f2c 100644 (file)
@@ -767,6 +767,11 @@ int rfc822_valid_msgid(const unsigned char *);
 /* prototype from x509_name_match.c */
 int name_match(const char *p1, const char *p2);
 
+/* prototype from ntlmsubr.c */
+#ifdef NTLM_ENABLE
+int ntlm_helper(int sock, struct query *ctl, const char *protocol);
+#endif
+
 /* macro to determine if we want to spam progress to stdout */
 #define want_progress() \
        ((outlevel >= O_VERBOSE || (outlevel > O_SILENT && run.showdots)) \