diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-11-11 05:53:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:46:09 -0500 |
commit | 555b45e12c281eb3980d15b12728c59c6b73c302 (patch) | |
tree | 8d415762a3a319796879d84cc149163dd87199e3 /source4/include | |
parent | 3d38b3dc06f5b9e67fe95d96443fddca66a92797 (diff) | |
download | samba-555b45e12c281eb3980d15b12728c59c6b73c302.tar.gz samba-555b45e12c281eb3980d15b12728c59c6b73c302.tar.bz2 samba-555b45e12c281eb3980d15b12728c59c6b73c302.zip |
r11665: started to put some meat on the structure used for the SMB2 library
the call definitions will be in smb2_calls.h, which will play a
similar role that smb_interfaces.h plays for the old SMB protocol
(This used to be commit 4ef3902a8a99a0b8caa81a07ba07830d7cbbc32c)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h index 7a31b943fd..b6bc1cc742 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -336,3 +336,4 @@ struct _krb5_krb_auth_data; struct smb2_request; struct smb2_transport; +struct smb2_negprot; |