summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-03-23 18:29:45 +0100
committerJeremy Allison <jra@samba.org>2011-04-13 14:13:25 -0700
commit44f7fc4fdfefdac424a3af0fce9e84cd5b2bc82a (patch)
tree6be1495f92aca3e96d87eda943617175cc1e79b7 /source3/winbindd/winbindd_proto.h
parenta671885f49638aa18fdeed9fb3f040ffcc0b7a82 (diff)
downloadsamba-44f7fc4fdfefdac424a3af0fce9e84cd5b2bc82a.tar.gz
samba-44f7fc4fdfefdac424a3af0fce9e84cd5b2bc82a.tar.bz2
samba-44f7fc4fdfefdac424a3af0fce9e84cd5b2bc82a.zip
s3: Export WINBINDD_SIDS_TO_XIDS via the winbind pipe
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h8
1 files changed, 8 insertions, 0 deletions
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,