From 555b45e12c281eb3980d15b12728c59c6b73c302 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 11 Nov 2005 05:53:54 +0000 Subject: 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) --- source4/include/structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/include') 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; -- cgit