summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_wbint.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-09-06 09:32:34 +0200
committerVolker Lendecke <vl@samba.org>2009-09-07 01:28:32 +0200
commitd9b7fd59b026fbad11263e8a018d654325ede0e4 (patch)
tree493b8cd09069adb0d18104a79a6bde68afc91941 /source3/librpc/gen_ndr/cli_wbint.h
parent99f8dcab0c693424c65dce820a2eaed343c5f67e (diff)
downloadsamba-d9b7fd59b026fbad11263e8a018d654325ede0e4.tar.gz
samba-d9b7fd59b026fbad11263e8a018d654325ede0e4.tar.bz2
samba-d9b7fd59b026fbad11263e8a018d654325ede0e4.zip
s3:winbind: Convert WINBINDD_CHECK_MACHACC to the new API
Diffstat (limited to 'source3/librpc/gen_ndr/cli_wbint.h')
-rw-r--r--source3/librpc/gen_ndr/cli_wbint.h8
1 files changed, 8 insertions, 0 deletions
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__ */