diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-01-12 07:03:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:08:45 -0500 |
commit | 1d795fa57b9f0b9c23cecfe0329a5e551ea903ee (patch) | |
tree | d10451a0f329bb242707ae572511c4d12fe719b7 /source4/include | |
parent | e6be2ad8b735ad5357bdec18bc0da983af300c2b (diff) | |
download | samba-1d795fa57b9f0b9c23cecfe0329a5e551ea903ee.tar.gz samba-1d795fa57b9f0b9c23cecfe0329a5e551ea903ee.tar.bz2 samba-1d795fa57b9f0b9c23cecfe0329a5e551ea903ee.zip |
r4700: first attempt at a composite async function, smb_composite_loadfile(),
which combineds ntcreatex, readx and close into a single call that
behaves just like a normal libcli async call.
(This used to be commit 516f68fb054f0717f0429e031aa820776ecc6597)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/structs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h index c2e1a5b991..c9297f9943 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -134,3 +134,6 @@ struct security_ace; struct lsa_RightSet; struct ldb_val; + +struct smb_composite_loadfile; + |