diff options
author | Günther Deschner <gd@samba.org> | 2008-06-10 20:50:53 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-06-11 10:46:46 +0200 |
commit | 79fbc59cfc17327ecde5f4621f8e44d042becfab (patch) | |
tree | 28cd12be5e81c5d20771a747c59a81f906dfcf41 /source3/librpc/gen_ndr/drsuapi.h | |
parent | 2d5e4708e97d552d48d45d5ef04082a53ffed460 (diff) | |
download | samba-79fbc59cfc17327ecde5f4621f8e44d042becfab.tar.gz samba-79fbc59cfc17327ecde5f4621f8e44d042becfab.tar.bz2 samba-79fbc59cfc17327ecde5f4621f8e44d042becfab.zip |
re-run make idl.
Guenther
(This used to be commit 3a73fe564f07ef057bfc3b61367acf940067269d)
Diffstat (limited to 'source3/librpc/gen_ndr/drsuapi.h')
-rw-r--r-- | source3/librpc/gen_ndr/drsuapi.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/librpc/gen_ndr/drsuapi.h b/source3/librpc/gen_ndr/drsuapi.h index 628131e457..35769f76e6 100644 --- a/source3/librpc/gen_ndr/drsuapi.h +++ b/source3/librpc/gen_ndr/drsuapi.h @@ -1375,13 +1375,13 @@ struct drsuapi_DsReplicaSync { struct drsuapi_DsGetNCChanges { struct { struct policy_handle *bind_handle;/* [ref] */ - union drsuapi_DsGetNCChangesRequest *req;/* [ref,switch_is(*level)] */ - int32_t *level;/* [ref] */ + int32_t level; + union drsuapi_DsGetNCChangesRequest *req;/* [ref,switch_is(level)] */ } in; struct { - union drsuapi_DsGetNCChangesCtr *ctr;/* [ref,switch_is(*level)] */ - int32_t *level;/* [ref] */ + int32_t *level_out;/* [ref] */ + union drsuapi_DsGetNCChangesCtr *ctr;/* [ref,switch_is(*level_out)] */ WERROR result; } out; |