aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-10-09 11:26:12 +0200
committerMatthias Andree <matthias.andree@gmx.de>2010-10-09 11:26:12 +0200
commit269cba9b00fa7ecb0d707ef5b6f10d34e049327c (patch)
tree22c97d10c58e31384ec3c0b8b8d548d70efd907a /fetchmail.h
parent6668c8f23a040036a5e52d1a506b86983e109149 (diff)
downloadfetchmail-269cba9b00fa7ecb0d707ef5b6f10d34e049327c.tar.gz
fetchmail-269cba9b00fa7ecb0d707ef5b6f10d34e049327c.tar.bz2
fetchmail-269cba9b00fa7ecb0d707ef5b6f10d34e049327c.zip
Factor out common NTLM code.
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 50165c12..f6c6a4ec 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -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)) \