diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-04-17 06:19:51 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:51:18 -0500 |
commit | 90fd8aef69af6ee2636adc2c19e160fc34081876 (patch) | |
tree | f5cc225ff0b701e57e5274216c9e9fec1341b06f /source4/librpc/idl/samr.idl | |
parent | a106e7c7f20b9e510bb829a9a0a6bf3c9e39389f (diff) | |
download | samba-90fd8aef69af6ee2636adc2c19e160fc34081876.tar.gz samba-90fd8aef69af6ee2636adc2c19e160fc34081876.tar.bz2 samba-90fd8aef69af6ee2636adc2c19e160fc34081876.zip |
r257: added samr_SetGroupInfo() IDL and test code
(This used to be commit fe1fc81ba76515b79069881d2d62f60201314d04)
Diffstat (limited to 'source4/librpc/idl/samr.idl')
-rw-r--r-- | source4/librpc/idl/samr.idl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index 348d58bec4..14371f56ae 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -374,7 +374,11 @@ /************************/ /* Function 0x15 */ - NTSTATUS samr_SET_GROUPINFO(); + NTSTATUS samr_SetGroupInfo( + [in,ref] policy_handle *handle, + [in] uint16 level, + [in,switch_is(level),ref] samr_GroupInfo *info + ); /************************/ /* Function 0x16 */ |