From 73dffe8c1c526fe0b8550a427e22744741504461 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 11 Nov 2005 12:37:16 +0000 Subject: r11679: opening/creating files in SMB2 now works. Lots of unknown parameters in the call tho. --- source/include/structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/include') diff --git a/source/include/structs.h b/source/include/structs.h index 7c92b66d529..e104eac1ab1 100644 --- a/source/include/structs.h +++ b/source/include/structs.h @@ -341,5 +341,6 @@ struct smb2_negprot; struct smb2_session_setup; struct smb2_tree; struct smb2_tree_connect; +struct smb2_create; -- cgit