s3:smbd: pass (raw) ev to dos_mode_at_send() instead of smb_vfs_ev_glue
[nivanova/samba-autobuild/.git] / source3 / smbd / proto.h
index a74a79f7569eecc79254e0ce01ce40c6d19e66d1..2a56c1e43468a02fe1bca0aee650a62b83e1250f 100644 (file)
@@ -264,7 +264,7 @@ uint32_t dos_mode_msdfs(connection_struct *conn,
                      const struct smb_filename *smb_fname);
 uint32_t dos_mode(connection_struct *conn, struct smb_filename *smb_fname);
 struct tevent_req *dos_mode_at_send(TALLOC_CTX *mem_ctx,
-                                   struct smb_vfs_ev_glue *evg,
+                                   struct tevent_context *ev,
                                    files_struct *dir_fsp,
                                    struct smb_filename *smb_fname);
 NTSTATUS dos_mode_at_recv(struct tevent_req *req, uint32_t *dosmode);