summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 15:54:05 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:24 -0400
commitce42ea3ab8c69a3f650d4c9bc787e4805aad928d (patch)
treec54ca89752da885dfd3c930abdf6f7bbc1ffacb3 /source3/winbindd/winbindd_proto.h
parentf09a95aaff4542df4225f3828a0d737497f0f2e8 (diff)
downloadsamba-ce42ea3ab8c69a3f650d4c9bc787e4805aad928d.tar.gz
samba-ce42ea3ab8c69a3f650d4c9bc787e4805aad928d.tar.bz2
samba-ce42ea3ab8c69a3f650d4c9bc787e4805aad928d.zip
s3:winbind: Add async wb_lookupuseraliases
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 2202537777..8dda3f8c8f 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -726,6 +726,13 @@ struct tevent_req *winbindd_getpwuid_send(TALLOC_CTX *mem_ctx,
struct winbindd_request *request);
NTSTATUS winbindd_getpwuid_recv(struct tevent_req *req,
struct winbindd_response *response);
+struct tevent_req *wb_lookupuseraliases_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct winbindd_domain *domain,
+ int num_sids,
+ const struct dom_sid *sids);
+NTSTATUS wb_lookupuseraliases_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
+ uint32_t *num_aliases, uint32_t **aliases);
#endif /* _WINBINDD_PROTO_H_ */