summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-17 22:44:55 +0200
committerVolker Lendecke <vl@samba.org>2009-08-29 19:42:26 +0200
commit91588e6e8f01eee824f7a07d85247ac5a6cd8f9c (patch)
treeb3809e0dc1a66142961796dbdfd992a5f41e2356 /source3/winbindd/winbindd_proto.h
parentc325ba89cfeb9c4bbf1733d15e063809f4bc1332 (diff)
downloadsamba-91588e6e8f01eee824f7a07d85247ac5a6cd8f9c.tar.gz
samba-91588e6e8f01eee824f7a07d85247ac5a6cd8f9c.tar.bz2
samba-91588e6e8f01eee824f7a07d85247ac5a6cd8f9c.zip
s3:winbind: Add async fill_pwent
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 3a9ac4f20f..58a46b5215 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -856,4 +856,11 @@ NTSTATUS wb_query_user_list_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
int *num_users,
struct wbint_userinfo **users);
+struct tevent_req *wb_fill_pwent_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct wbint_userinfo *info,
+ struct winbindd_pw *pw);
+NTSTATUS wb_fill_pwent_recv(struct tevent_req *req);
+
+
#endif /* _WINBINDD_PROTO_H_ */