diff options
author | Volker Lendecke <vlendec@samba.org> | 2005-11-14 07:06:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:46:17 -0500 |
commit | 61317df8aab2fe2fd47baba8a137566df7b23395 (patch) | |
tree | 911e0e31491681cfb992293a78e1c7bdf0491f42 /source4/include/structs.h | |
parent | 695e37d8e75c95af24cb3f02cfb6d44d95067671 (diff) | |
download | samba-61317df8aab2fe2fd47baba8a137566df7b23395.tar.gz samba-61317df8aab2fe2fd47baba8a137566df7b23395.tar.bz2 samba-61317df8aab2fe2fd47baba8a137566df7b23395.zip |
r11721: Fix warnings
(This used to be commit d760583e388157ff25e317da06c57e5a42f171bd)
Diffstat (limited to 'source4/include/structs.h')
-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 e519c52b52..4f97a6aada 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; |