Check "auth event notification" param in log_json
[nivanova/samba-autobuild/.git] / auth / gensec / gensec.h
index a466f27b7564d7285a3543994b38074c8844e2a7..d424067d02c8fb25e08fdf36a3413d17aeb41ce0 100644 (file)
@@ -138,10 +138,6 @@ size_t gensec_max_update_size(struct gensec_security *gensec_security);
 NTSTATUS gensec_update(struct gensec_security *gensec_security,
                       TALLOC_CTX *out_mem_ctx,
                       const DATA_BLOB in, DATA_BLOB *out);
-NTSTATUS gensec_update_ev(struct gensec_security *gensec_security,
-                         TALLOC_CTX *out_mem_ctx,
-                         struct tevent_context *ev,
-                         const DATA_BLOB in, DATA_BLOB *out);
 struct tevent_req *gensec_update_send(TALLOC_CTX *mem_ctx,
                                      struct tevent_context *ev,
                                      struct gensec_security *gensec_security,