summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-17 22:50:39 +0200
committerVolker Lendecke <vl@samba.org>2009-08-29 19:42:26 +0200
commit6e2bf7e23480cb467288adac145ec2853aeaa11d (patch)
treefc52f0a5d9aa9b7928dc1cc5701f215c8e98550e /source3/winbindd/winbindd_proto.h
parent91588e6e8f01eee824f7a07d85247ac5a6cd8f9c (diff)
downloadsamba-6e2bf7e23480cb467288adac145ec2853aeaa11d.tar.gz
samba-6e2bf7e23480cb467288adac145ec2853aeaa11d.tar.bz2
samba-6e2bf7e23480cb467288adac145ec2853aeaa11d.zip
s3:winbind: Add async next_pwent
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 58a46b5215..f66becae33 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -862,5 +862,11 @@ struct tevent_req *wb_fill_pwent_send(TALLOC_CTX *mem_ctx,
struct winbindd_pw *pw);
NTSTATUS wb_fill_pwent_recv(struct tevent_req *req);
+struct tevent_req *wb_next_pwent_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct getpwent_state *gstate,
+ struct winbindd_pw *pw);
+NTSTATUS wb_next_pwent_recv(struct tevent_req *req);
+
#endif /* _WINBINDD_PROTO_H_ */