diff options
author | Günther Deschner <gd@samba.org> | 2008-10-17 20:32:36 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-18 23:06:39 +0200 |
commit | dd49f7483bbe93dd5262cb3ebee517a20d3c3067 (patch) | |
tree | 308f7a23f1678dac1e67b3f2e041a1a1baf60d3d /source4/librpc/idl | |
parent | 6ddaf5f160ff96cb6d17bcd78588cab594b8f151 (diff) | |
download | samba-dd49f7483bbe93dd5262cb3ebee517a20d3c3067.tar.gz samba-dd49f7483bbe93dd5262cb3ebee517a20d3c3067.tar.bz2 samba-dd49f7483bbe93dd5262cb3ebee517a20d3c3067.zip |
s4-drsuapi: merge drsuapi_DsGetNCChanges from s3 drsuapi idl.
Guenther
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/drsuapi.idl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl index 4ded84ebfe..9d7c9d9789 100644 --- a/source4/librpc/idl/drsuapi.idl +++ b/source4/librpc/idl/drsuapi.idl @@ -700,9 +700,10 @@ interface drsuapi WERROR drsuapi_DsGetNCChanges( [in] policy_handle *bind_handle, - [in,out,ref] int32 *level, - [in,switch_is(*level)] drsuapi_DsGetNCChangesRequest req, - [out,switch_is(*level)] drsuapi_DsGetNCChangesCtr ctr + [in] int32 level, + [in,ref,switch_is(level)] drsuapi_DsGetNCChangesRequest *req, + [out,ref] int32 *level_out, + [out,ref,switch_is(*level_out)] drsuapi_DsGetNCChangesCtr *ctr ); /*****************/ |