summaryrefslogtreecommitdiff
path: root/source4/include/structs.h
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2005-06-03 23:11:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:31 -0500
commitaf61fb877160d87330d5d67fa7873c6b594e3ea6 (patch)
tree6487ae65b7bd489eee2b484e19a9676e86627584 /source4/include/structs.h
parentd0686bf094263c510a561f69a2da82f73e5f37f7 (diff)
downloadsamba-af61fb877160d87330d5d67fa7873c6b594e3ea6.tar.gz
samba-af61fb877160d87330d5d67fa7873c6b594e3ea6.tar.bz2
samba-af61fb877160d87330d5d67fa7873c6b594e3ea6.zip
r7251: Initial work on composite domain open call.
rafal (This used to be commit be3b283b20af0b17d8c9711f362b63b881ffbc1c)
Diffstat (limited to 'source4/include/structs.h')
-rw-r--r--source4/include/structs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h
index c2986682b5..551c155111 100644
--- a/source4/include/structs.h
+++ b/source4/include/structs.h
@@ -133,7 +133,7 @@ union libnet_find_pdc;
union libnet_rpc_connect;
union libnet_RemoteTOD;
union libnet_JoinDomain;
-union libnet_CreateUser;
+struct libnet_CreateUser;
struct libnet_ListShares;
struct libnet_AddShare;
struct libnet_DelShare;
@@ -176,6 +176,7 @@ struct smb_composite_fsinfo;
struct rpc_composite_userinfo;
struct rpc_composite_useradd;
struct rpc_composite_userdel;
+struct rpc_composite_domain_open;
struct nbt_name;
struct nbt_name_packet;