summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-04-17 06:49:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:51:18 -0500
commit3441f077166ec6c6df0d9eaf337cde2e75643fbe (patch)
tree6d934d8cae550f38a84817fd33a0a298526a9459 /source4/librpc
parent04af17ec63a9bd6baa20f16bdf6a3096fb08f864 (diff)
downloadsamba-3441f077166ec6c6df0d9eaf337cde2e75643fbe.tar.gz
samba-3441f077166ec6c6df0d9eaf337cde2e75643fbe.tar.bz2
samba-3441f077166ec6c6df0d9eaf337cde2e75643fbe.zip
r259: added samr_DeleteGroupMember() IDL and test code
(This used to be commit 747351140b839879abe1a79a005d81ca4b35a658)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/samr.idl5
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl
index f1fce235a8..6d2b8cfbe6 100644
--- a/source4/librpc/idl/samr.idl
+++ b/source4/librpc/idl/samr.idl
@@ -396,7 +396,10 @@
/************************/
/* Function 0x18 */
- NTSTATUS samr_DEL_GROUPMEM();
+ NTSTATUS samr_DeleteGroupMember(
+ [in,ref] policy_handle *handle,
+ [in] uint32 rid
+ );
/************************/
/* Function 0x19 */