s3:winbind: Add async wb_seqnums
[metze/samba/wip.git] / source3 / winbindd / winbindd_proto.h
index 1638b0be6297d66b8f26fe07e5b9e427ebbd3f28..a144c99c80f9f74a01c0bb1d9c7f2ed187924c67 100644 (file)
@@ -772,5 +772,10 @@ struct tevent_req *wb_seqnum_send(TALLOC_CTX *mem_ctx,
                                  struct winbindd_domain *domain);
 NTSTATUS wb_seqnum_recv(struct tevent_req *req, uint32_t *seqnum);
 
+struct tevent_req *wb_seqnums_send(TALLOC_CTX *mem_ctx,
+                                  struct tevent_context *ev);
+NTSTATUS wb_seqnums_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
+                        int *num_domains, struct winbindd_domain ***domains,
+                        NTSTATUS **stati, uint32_t **seqnums);
 
 #endif /*  _WINBINDD_PROTO_H_  */