From 269cba9b00fa7ecb0d707ef5b6f10d34e049327c Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 9 Oct 2010 11:26:12 +0200 Subject: Factor out common NTLM code. --- fetchmail.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fetchmail.h') 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)) \ -- cgit v1.2.3