summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/cli_drsuapi.c
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>2010-02-12 00:17:52 +0200
committerAnatoliy Atanasov <anatoliy.atanasov@postpath.com>2010-02-24 14:14:07 +0200
commit58318960b78f4d65cd7a2930703296520115ea3e (patch)
treefc771971d7e06e3aa6f15eab209b039150711f7f /librpc/gen_ndr/cli_drsuapi.c
parente9438b4c12f135ca01d6e0c65e88176459570907 (diff)
downloadsamba-58318960b78f4d65cd7a2930703296520115ea3e.tar.gz
samba-58318960b78f4d65cd7a2930703296520115ea3e.tar.bz2
samba-58318960b78f4d65cd7a2930703296520115ea3e.zip
s4/idl: Regenerate IDL for DRSUAPI interface
Diffstat (limited to 'librpc/gen_ndr/cli_drsuapi.c')
-rw-r--r--librpc/gen_ndr/cli_drsuapi.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/librpc/gen_ndr/cli_drsuapi.c b/librpc/gen_ndr/cli_drsuapi.c
index c261a79f62..352442f9f9 100644
--- a/librpc/gen_ndr/cli_drsuapi.c
+++ b/librpc/gen_ndr/cli_drsuapi.c
@@ -328,8 +328,8 @@ struct tevent_req *rpccli_drsuapi_DsReplicaSync_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct rpc_pipe_client *cli,
struct policy_handle *_bind_handle /* [in] [ref] */,
- int32_t _level /* [in] */,
- union drsuapi_DsReplicaSyncRequest _req /* [in] [switch_is(level)] */)
+ uint32_t _level /* [in] */,
+ union drsuapi_DsReplicaSyncRequest *_req /* [in] [ref,switch_is(level)] */)
{
struct tevent_req *req;
struct rpccli_drsuapi_DsReplicaSync_state *state;
@@ -426,8 +426,8 @@ NTSTATUS rpccli_drsuapi_DsReplicaSync_recv(struct tevent_req *req,
NTSTATUS rpccli_drsuapi_DsReplicaSync(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *bind_handle /* [in] [ref] */,
- int32_t level /* [in] */,
- union drsuapi_DsReplicaSyncRequest req /* [in] [switch_is(level)] */,
+ uint32_t level /* [in] */,
+ union drsuapi_DsReplicaSyncRequest *req /* [in] [ref,switch_is(level)] */,
WERROR *werror)
{
struct drsuapi_DsReplicaSync r;