diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-11-25 11:33:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:46:47 -0500 |
commit | 1e3583475fbe6be46383866f3e061637f2f20c2a (patch) | |
tree | 1ef78f362b0f7e32380b0b2a17d54b45ba4e33e8 /source4/include | |
parent | 43405e07446bfaaee25bcd0b1140667b533e59e3 (diff) | |
download | samba-1e3583475fbe6be46383866f3e061637f2f20c2a.tar.gz samba-1e3583475fbe6be46383866f3e061637f2f20c2a.tar.bz2 samba-1e3583475fbe6be46383866f3e061637f2f20c2a.zip |
r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for help
brainstorming this one.
(This used to be commit a969ad592ae4cd8f7c66b1df4763fdc70328c967)
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 d5bc9de24a..f593be6b84 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -357,4 +357,5 @@ struct smb2_read; struct smb2_write; struct smb2_find; struct smb2_trans; +struct smb2_flush; struct smb2_handle; |