summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 15:32:11 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:23 -0400
commitafc82444fd367e8b8541e4a41a86966a288ed2ef (patch)
tree988bbb69adf0a7924d01c1e52f7e26d3e5ca0160 /source3/winbindd/winbindd_proto.h
parent0418d38bc80dc8680834875629a3df8e1734b885 (diff)
downloadsamba-afc82444fd367e8b8541e4a41a86966a288ed2ef.tar.gz
samba-afc82444fd367e8b8541e4a41a86966a288ed2ef.tar.bz2
samba-afc82444fd367e8b8541e4a41a86966a288ed2ef.zip
s3:winbind: Add async wb_getpwsid
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index bfcf315231..ef977bb3b0 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -699,4 +699,10 @@ struct tevent_req *wb_queryuser_send(TALLOC_CTX *mem_ctx,
NTSTATUS wb_queryuser_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
struct winbind_userinfo **pinfo);
+struct tevent_req *wb_getpwsid_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ const struct dom_sid *user_sid,
+ struct winbindd_pw *pw);
+NTSTATUS wb_getpwsid_recv(struct tevent_req *req);
+
#endif /* _WINBINDD_PROTO_H_ */