From d9b7fd59b026fbad11263e8a018d654325ede0e4 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 6 Sep 2009 09:32:34 +0200 Subject: s3:winbind: Convert WINBINDD_CHECK_MACHACC to the new API --- source3/librpc/gen_ndr/cli_wbint.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source3/librpc/gen_ndr/cli_wbint.h') diff --git a/source3/librpc/gen_ndr/cli_wbint.h b/source3/librpc/gen_ndr/cli_wbint.h index c535dbbd38..3b61687a88 100644 --- a/source3/librpc/gen_ndr/cli_wbint.h +++ b/source3/librpc/gen_ndr/cli_wbint.h @@ -232,4 +232,12 @@ NTSTATUS rpccli_wbint_LookupRids(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct wbint_RidArray *rids /* [in] [ref] */, struct wbint_Principals *names /* [out] [ref] */); +struct tevent_req *rpccli_wbint_CheckMachineAccount_send(TALLOC_CTX *mem_ctx, + struct tevent_context *ev, + struct rpc_pipe_client *cli); +NTSTATUS rpccli_wbint_CheckMachineAccount_recv(struct tevent_req *req, + TALLOC_CTX *mem_ctx, + NTSTATUS *result); +NTSTATUS rpccli_wbint_CheckMachineAccount(struct rpc_pipe_client *cli, + TALLOC_CTX *mem_ctx); #endif /* __CLI_WBINT__ */ -- cgit