From 44f7fc4fdfefdac424a3af0fce9e84cd5b2bc82a Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 23 Mar 2011 18:29:45 +0100 Subject: s3: Export WINBINDD_SIDS_TO_XIDS via the winbind pipe Signed-off-by: Jeremy Allison --- source3/winbindd/winbindd_proto.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source3/winbindd/winbindd_proto.h') diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index ae5130748d..5b48a99a8f 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -855,6 +855,14 @@ NTSTATUS wb_lookupsids_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, struct lsa_RefDomainList **domains, struct lsa_TransNameArray **names); +struct tevent_req *winbindd_sids_to_xids_send(TALLOC_CTX *mem_ctx, + struct tevent_context *ev, + struct winbindd_cli_state *cli, + struct winbindd_request *request); +NTSTATUS winbindd_sids_to_xids_recv(struct tevent_req *req, + struct winbindd_response *response); + + /* The following definitions come from winbindd/winbindd_samr.c */ NTSTATUS open_internal_samr_conn(TALLOC_CTX *mem_ctx, -- cgit