s3:winbind: Convert WINBINDD_SET_HWM to the new API
[sfrench/samba-autobuild/.git] / source3 / librpc / gen_ndr / cli_wbint.h
index e75f9b517c32f5bd409789749e2c7b65cfeec539..7d7c2bcdaca0938b5c29fe7798aefce59b8a5f69 100644 (file)
@@ -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__ */