diff options
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/structs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h index e519c52b520..4f97a6aadab 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -344,3 +344,8 @@ struct smb2_tree_connect; struct smb2_create; struct smb2_close; struct smb2_getinfo; +struct smb2_read; +struct smb2_write; +struct smb2_handle; + +union smb2_fileinfo; |