summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2022-07-28 12:01:21 -0700
committerJeremy Allison <jra@samba.org>2022-08-02 19:49:32 +0000
commit2a9d7beb9e33316ac185d5cbd0e498502474b4e8 (patch)
treedff70fe2bbce872e6461efa30078f54b841bd223 /source3/smbd/proto.h
parenta6c34ec3c2598ad364444da829b9fff23996cebc (diff)
downloadsamba-2a9d7beb9e33316ac185d5cbd0e498502474b4e8.tar.gz
s3: smbd: Add dirfsp parameter to create_directory().
Not yet used but passed down to SMB_VFS_CREATE(). Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index b2bd5d0e894..0d541d15466 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -747,7 +747,9 @@ NTSTATUS send_break_message(struct messaging_context *msg_ctx,
struct deferred_open_record;
bool is_deferred_open_async(const struct deferred_open_record *rec);
bool defer_smb1_sharing_violation(struct smb_request *req);
-NTSTATUS create_directory(connection_struct *conn, struct smb_request *req,
+NTSTATUS create_directory(connection_struct *conn,
+ struct smb_request *req,
+ struct files_struct *dirfsp,
struct smb_filename *smb_dname);
void msg_file_was_renamed(struct messaging_context *msg,
void *private_data,