s3:winbind: Add async wb_seqnum
[metze/samba/wip.git] / source3 / winbindd / winbindd_proto.h
index c9ef5e14ead97d428593b9520723390d0e0cbedf..1638b0be6297d66b8f26fe07e5b9e427ebbd3f28 100644 (file)
@@ -767,6 +767,10 @@ struct tevent_req *winbindd_getgroups_send(TALLOC_CTX *mem_ctx,
 NTSTATUS winbindd_getgroups_recv(struct tevent_req *req,
                                 struct winbindd_response *response);
 
+struct tevent_req *wb_seqnum_send(TALLOC_CTX *mem_ctx,
+                                 struct tevent_context *ev,
+                                 struct winbindd_domain *domain);
+NTSTATUS wb_seqnum_recv(struct tevent_req *req, uint32_t *seqnum);
 
 
 #endif /*  _WINBINDD_PROTO_H_  */