From 1d795fa57b9f0b9c23cecfe0329a5e551ea903ee Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 12 Jan 2005 07:03:29 +0000 Subject: 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) --- source4/include/structs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/include') 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; + -- cgit