summaryrefslogtreecommitdiff
path: root/source4/libcli/composite/composite.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-07-30 16:48:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:15:10 -0500
commit7e949c9fb12483df11c7e926e2c5ed8e4b9b9d20 (patch)
treeb664d4e0d965be4a76356f5b669b8cf737522c0c /source4/libcli/composite/composite.h
parentedcbd24b6a98c25be083fa30971ea4ca04600871 (diff)
downloadsamba-7e949c9fb12483df11c7e926e2c5ed8e4b9b9d20.tar.gz
samba-7e949c9fb12483df11c7e926e2c5ed8e4b9b9d20.tar.bz2
samba-7e949c9fb12483df11c7e926e2c5ed8e4b9b9d20.zip
r17317: - add a composite_create() function that allocates and initialize
the composite_context structue, we should try to convert all code to use this because there're a lot of places where the we have bugs with this task... - add a composite_continue_smb2() helper We should try to hide the internals of the composite code from the users to avoid errors (and I found a lot of them... and will fix then step by step) metze (This used to be commit a16180f20246844d05996d385fcb71893e08f589)
Diffstat (limited to 'source4/libcli/composite/composite.h')
-rw-r--r--source4/libcli/composite/composite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/composite/composite.h b/source4/libcli/composite/composite.h
index dc04f5a883..d8873684fc 100644
--- a/source4/libcli/composite/composite.h
+++ b/source4/libcli/composite/composite.h
@@ -63,6 +63,7 @@ struct composite_context {
struct irpc_request;
struct smbcli_request;
+struct smb2_request;
struct rpc_request;
struct nbt_name_request;