summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-27 21:53:15 +0200
committerVolker Lendecke <vl@samba.org>2009-08-29 19:42:27 +0200
commit10e9df2975f9630a9fc9474fc810107bc7680f0f (patch)
tree1d84ca5876ee354fdb8f67326f63401641cede66 /source3/winbindd/winbindd_proto.h
parent2555c12bcefa212d482c9acaa5ae87b6107fa1a2 (diff)
downloadsamba-10e9df2975f9630a9fc9474fc810107bc7680f0f.tar.gz
samba-10e9df2975f9630a9fc9474fc810107bc7680f0f.tar.bz2
samba-10e9df2975f9630a9fc9474fc810107bc7680f0f.zip
s3:winbind: Add async wb_next_grent
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index bebfc9d9e4..689da8016d 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -916,4 +916,12 @@ struct tevent_req *winbindd_getdcname_send(TALLOC_CTX *mem_ctx,
NTSTATUS winbindd_getdcname_recv(struct tevent_req *req,
struct winbindd_response *response);
+struct tevent_req *wb_next_grent_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ int max_nesting,
+ struct getgrent_state *gstate,
+ struct winbindd_gr *gr);
+NTSTATUS wb_next_grent_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
+ struct talloc_dict **members);
+
#endif /* _WINBINDD_PROTO_H_ */