summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 15:58:45 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:24 -0400
commit592822786d0a26bdf283ca4621c0df6f7f671869 (patch)
tree9e5ab3ea48eb55cb7960bc0f1ba0256f1dd7577c /source3/winbindd/winbindd_proto.h
parentce42ea3ab8c69a3f650d4c9bc787e4805aad928d (diff)
downloadsamba-592822786d0a26bdf283ca4621c0df6f7f671869.tar.gz
samba-592822786d0a26bdf283ca4621c0df6f7f671869.tar.bz2
samba-592822786d0a26bdf283ca4621c0df6f7f671869.zip
s3:winbind: Convert WINBINDD_GETSIDALIASES to the new API
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 8dda3f8c8f..f008ecda19 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -733,6 +733,11 @@ struct tevent_req *wb_lookupuseraliases_send(TALLOC_CTX *mem_ctx,
const struct dom_sid *sids);
NTSTATUS wb_lookupuseraliases_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
uint32_t *num_aliases, uint32_t **aliases);
+struct tevent_req *winbindd_getsidaliases_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct winbindd_request *request);
+NTSTATUS winbindd_getsidaliases_recv(struct tevent_req *req,
+ struct winbindd_response *response);
#endif /* _WINBINDD_PROTO_H_ */