From 04ea250aebe619d7ec25426be9d395f1dd635c90 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 6 Sep 2009 15:18:58 +0200 Subject: s3:winbind: Convert WINBINDD_SET_HWM to the new API --- source3/librpc/gen_ndr/cli_wbint.h | 12 ++++++++++++ 1 file changed, 12 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 e75f9b517c..7d7c2bcdac 100644 --- a/source3/librpc/gen_ndr/cli_wbint.h +++ b/source3/librpc/gen_ndr/cli_wbint.h @@ -268,4 +268,16 @@ NTSTATUS rpccli_wbint_RemoveMapping(struct rpc_pipe_client *cli, struct dom_sid *sid /* [in] [ref] */, enum wbint_IdType type /* [in] */, uint64_t id /* [in] */); +struct tevent_req *rpccli_wbint_SetHWM_send(TALLOC_CTX *mem_ctx, + struct tevent_context *ev, + struct rpc_pipe_client *cli, + enum wbint_IdType _type /* [in] */, + uint64_t _id /* [in] */); +NTSTATUS rpccli_wbint_SetHWM_recv(struct tevent_req *req, + TALLOC_CTX *mem_ctx, + NTSTATUS *result); +NTSTATUS rpccli_wbint_SetHWM(struct rpc_pipe_client *cli, + TALLOC_CTX *mem_ctx, + enum wbint_IdType type /* [in] */, + uint64_t id /* [in] */); #endif /* __CLI_WBINT__ */ -- cgit