summaryrefslogtreecommitdiff
path: root/source3/include/rpc_samr.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-12-03 20:50:33 +0000
committerLuke Leighton <lkcl@samba.org>1998-12-03 20:50:33 +0000
commitb99dc808df7e1a4d51145f4ce0bd89819b037dc4 (patch)
treee69b8d8b05c044d4908b63b930fbd0efa368a2a4 /source3/include/rpc_samr.h
parentf3787515d67b80a91786cfdd2fd2fb5972b4b094 (diff)
downloadsamba-b99dc808df7e1a4d51145f4ce0bd89819b037dc4.tar.gz
samba-b99dc808df7e1a4d51145f4ce0bd89819b037dc4.tar.bz2
samba-b99dc808df7e1a4d51145f4ce0bd89819b037dc4.zip
create domain group command (creategroup) added to rpcclient.
renamed do_samr_xxxx to samr_xxxx. (This used to be commit 1e5d81c154740349a2cda4c1892b33a21c0683a8)
Diffstat (limited to 'source3/include/rpc_samr.h')
-rw-r--r--source3/include/rpc_samr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/rpc_samr.h b/source3/include/rpc_samr.h
index 6ca715bdf6..bbb249f352 100644
--- a/source3/include/rpc_samr.h
+++ b/source3/include/rpc_samr.h
@@ -751,7 +751,8 @@ typedef struct samr_group_info4
/* GROUP_INFO_CTR */
typedef struct group_info_ctr
{
- uint16 switch_value;
+ uint16 switch_value1;
+ uint16 switch_value2;
union
{