diff options
author | Günther Deschner <gd@samba.org> | 2008-10-17 20:08:59 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-18 23:06:31 +0200 |
commit | 6ddaf5f160ff96cb6d17bcd78588cab594b8f151 (patch) | |
tree | dd4d38b797a11da544311bd78e6c051907dedd8c /source4/librpc | |
parent | ca84c406d3a2335beb27006c54b68820f7a5594a (diff) | |
download | samba-6ddaf5f160ff96cb6d17bcd78588cab594b8f151.tar.gz samba-6ddaf5f160ff96cb6d17bcd78588cab594b8f151.tar.bz2 samba-6ddaf5f160ff96cb6d17bcd78588cab594b8f151.zip |
s4-drsuapi: merge drsuapi_DsCrackNames from s3 drsuapi idl.
Guenther
Diffstat (limited to 'source4/librpc')
-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 820ca1c62d..4ded84ebfe 100644 --- a/source4/librpc/idl/drsuapi.idl +++ b/source4/librpc/idl/drsuapi.idl @@ -927,9 +927,10 @@ interface drsuapi WERROR drsuapi_DsCrackNames( [in] policy_handle *bind_handle, - [in, out] int32 level, - [in,switch_is(level)] drsuapi_DsNameRequest req, - [out,switch_is(level)] drsuapi_DsNameCtr ctr + [in] int32 level, + [in,ref,switch_is(level)] drsuapi_DsNameRequest *req, + [out,ref] int32 *level_out, + [out,ref,switch_is(*level_out)] drsuapi_DsNameCtr *ctr ); /*****************/ |