summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-02 14:00:23 +0100
committerGünther Deschner <gd@samba.org>2011-03-16 10:11:16 +0100
commit6c8d802391e0aaf375108bcd1270565983d735a8 (patch)
tree04a8ab295977f77ce7620c2245bce7125dc4f840 /source3/include/proto.h
parente1f84330baa544ebaef42492a7ea2d69cb844fea (diff)
downloadsamba-6c8d802391e0aaf375108bcd1270565983d735a8.tar.gz
samba-6c8d802391e0aaf375108bcd1270565983d735a8.tar.bz2
samba-6c8d802391e0aaf375108bcd1270565983d735a8.zip
s3-libsmb: move smb encryption structs into own header.
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 233866e2af..caa2d29046 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2551,7 +2551,7 @@ NTSTATUS nt_status_string_to_code(const char *nt_status_str);
NTSTATUS nt_status_squash(NTSTATUS nt_status);
/* The following definitions come from libsmb/ntlmssp.c */
-
+struct ntlmssp_state;
NTSTATUS ntlmssp_set_username(struct ntlmssp_state *ntlmssp_state, const char *user) ;
NTSTATUS ntlmssp_set_hashes(struct ntlmssp_state *ntlmssp_state,
const uint8_t lm_hash[16],