diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-11-11 12:37:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:46:12 -0500 |
commit | 2e753f851885930000eadbd4b69660d85124c716 (patch) | |
tree | 078827c8b09c6673892f5b53560875fda14f22b9 /source4/include | |
parent | 006da4c52add1e448eb3f72896ca37d644294a24 (diff) | |
download | samba-2e753f851885930000eadbd4b69660d85124c716.tar.gz samba-2e753f851885930000eadbd4b69660d85124c716.tar.bz2 samba-2e753f851885930000eadbd4b69660d85124c716.zip |
r11679: opening/creating files in SMB2 now works. Lots of unknown parameters
in the call tho.
(This used to be commit 548fbd86b3b114493943b50669bdcba2f4ed87f2)
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 7c92b66d52..e104eac1ab 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -341,5 +341,6 @@ struct smb2_negprot; struct smb2_session_setup; struct smb2_tree; struct smb2_tree_connect; +struct smb2_create; |