From 10e9df2975f9630a9fc9474fc810107bc7680f0f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 27 Aug 2009 21:53:15 +0200 Subject: s3:winbind: Add async wb_next_grent --- source3/winbindd/winbindd_proto.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source3/winbindd/winbindd_proto.h') 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_ */ -- cgit