From f2f55d703d0dd549a83809d3e5cc5151569b48d6 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 27 Jun 2005 22:53:56 +0000 Subject: r7963: Add aio support to 3.0. Jeremy. (This used to be commit 1de27da47051af08790317f5b48b02719d6b9934) --- source3/include/ntlmssp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/ntlmssp.h') diff --git a/source3/include/ntlmssp.h b/source3/include/ntlmssp.h index 24ac796761..8ab6265673 100644 --- a/source3/include/ntlmssp.h +++ b/source3/include/ntlmssp.h @@ -123,6 +123,7 @@ typedef struct ntlmssp_state * from the DATA_BLOB chal on this structure. * * @param ntlmssp_state This structure + * @param challenge 8 bytes of data, agreed by the client and server to be the effective challenge for NTLM2 authentication * @param challange 8 bytes of data, agreed by the client and server to be the effective challenge for NTLM2 authentication * */ -- cgit