aboutsummaryrefslogtreecommitdiffstats
path: root/ntlm.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-09-30 16:10:23 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-09-30 16:10:23 +0000
commit290112dca0d583aa8498b2a019cf10b1ee57900b (patch)
tree1ed82668f532b25459cb099fc27b244aca1d5cc9 /ntlm.h
parent854920f32bbde041003a133a2b69c56544aefcfe (diff)
downloadfetchmail-290112dca0d583aa8498b2a019cf10b1ee57900b.tar.gz
fetchmail-290112dca0d583aa8498b2a019cf10b1ee57900b.tar.bz2
fetchmail-290112dca0d583aa8498b2a019cf10b1ee57900b.zip
Ready to ship.
svn path=/trunk/; revision=3514
Diffstat (limited to 'ntlm.h')
-rw-r--r--ntlm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ntlm.h b/ntlm.h
index 3f6d206f..f25e416e 100644
--- a/ntlm.h
+++ b/ntlm.h
@@ -1,3 +1,5 @@
+/* ntlm.h -- interface declarations for SMB authentication code */
+
typedef unsigned short uint16;
typedef unsigned int uint32;
typedef unsigned char uint8;
@@ -66,3 +68,4 @@ extern void dumpSmbNtlmAuthResponse(FILE *fp, tSmbNtlmAuthResponse *response);
extern void buildSmbNtlmAuthRequest(tSmbNtlmAuthRequest *request, char *user, char *domain);
extern void buildSmbNtlmAuthResponse(tSmbNtlmAuthChallenge *challenge, tSmbNtlmAuthResponse *response, char *user, char *password);
+/* ntlm.h ends here */