summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-17 18:55:01 +0200
committerGünther Deschner <gd@samba.org>2008-10-18 23:06:07 +0200
commitb684efacf57da2b061179d6662ed5d7c637a6b7b (patch)
tree5227e3dca25b11258de73d02b9e57c26f4f47cd1 /source4/librpc
parentbc1d39483cfd82123d92834be1e8cb911921c87a (diff)
downloadsamba-b684efacf57da2b061179d6662ed5d7c637a6b7b.tar.gz
samba-b684efacf57da2b061179d6662ed5d7c637a6b7b.tar.bz2
samba-b684efacf57da2b061179d6662ed5d7c637a6b7b.zip
s4-drsuapi: merge drsuapi_DsRemoveDSServer from s3 drsuapi idl.
Guenther
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/drsuapi.idl7
1 files changed, 4 insertions, 3 deletions
diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl
index 2c5c7ae5ef..5b4132d279 100644
--- a/source4/librpc/idl/drsuapi.idl
+++ b/source4/librpc/idl/drsuapi.idl
@@ -989,9 +989,10 @@ interface drsuapi
WERROR drsuapi_DsRemoveDSServer(
[in] policy_handle *bind_handle,
- [in,out] int32 level,
- [in,switch_is(level)] drsuapi_DsRemoveDSServerRequest req,
- [out,switch_is(level)] drsuapi_DsRemoveDSServerResult res
+ [in] int32 level,
+ [in,ref,switch_is(level)] drsuapi_DsRemoveDSServerRequest *req,
+ [out,ref] int32 *level_out,
+ [out,ref,switch_is(*level_out)] drsuapi_DsRemoveDSServerResult *res
);
/*****************/