summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_wbint.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 07:22:34 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:20 -0400
commita5416770776c0ade8518e8875d47097662b026a6 (patch)
tree6841769c032619044cc733424c2643f6b5d2ac76 /source3/librpc/gen_ndr/cli_wbint.h
parentf6554611ab90aa113a7579ce3a9fef765c19d98c (diff)
downloadsamba-a5416770776c0ade8518e8875d47097662b026a6.tar.gz
samba-a5416770776c0ade8518e8875d47097662b026a6.tar.bz2
samba-a5416770776c0ade8518e8875d47097662b026a6.zip
s3:winbind: Add async wb_lookupname
Diffstat (limited to 'source3/librpc/gen_ndr/cli_wbint.h')
-rw-r--r--source3/librpc/gen_ndr/cli_wbint.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/cli_wbint.h b/source3/librpc/gen_ndr/cli_wbint.h
index b79fd19a36..e2cb963970 100644
--- a/source3/librpc/gen_ndr/cli_wbint.h
+++ b/source3/librpc/gen_ndr/cli_wbint.h
@@ -28,4 +28,22 @@ NTSTATUS rpccli_wbint_LookupSid(struct rpc_pipe_client *cli,
enum lsa_SidType *type /* [out] [ref] */,
const char **domain /* [out] [ref,charset(UTF8)] */,
const char **name /* [out] [ref,charset(UTF8)] */);
+struct tevent_req *rpccli_wbint_LookupName_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct rpc_pipe_client *cli,
+ const char *_domain /* [in] [ref,charset(UTF8)] */,
+ const char *_name /* [in] [ref,charset(UTF8)] */,
+ uint32_t _flags /* [in] */,
+ enum lsa_SidType *_type /* [out] [ref] */,
+ struct dom_sid *_sid /* [out] [ref] */);
+NTSTATUS rpccli_wbint_LookupName_recv(struct tevent_req *req,
+ TALLOC_CTX *mem_ctx,
+ NTSTATUS *result);
+NTSTATUS rpccli_wbint_LookupName(struct rpc_pipe_client *cli,
+ TALLOC_CTX *mem_ctx,
+ const char *domain /* [in] [ref,charset(UTF8)] */,
+ const char *name /* [in] [ref,charset(UTF8)] */,
+ uint32_t flags /* [in] */,
+ enum lsa_SidType *type /* [out] [ref] */,
+ struct dom_sid *sid /* [out] [ref] */);
#endif /* __CLI_WBINT__ */