smbd: add dirfsp arg to SMB_VFS_CREATE_FILE()
[samba.git] / examples / VFS / skel_opaque.c
index cd04de0dab0c5e14229607b6de3a8d8e6fbb7915..77bd471315e844192f0d557790571df2d0144276 100644 (file)
@@ -200,6 +200,7 @@ static int skel_open(vfs_handle_struct *handle, struct smb_filename *smb_fname,
 
 static NTSTATUS skel_create_file(struct vfs_handle_struct *handle,
                                 struct smb_request *req,
+                                struct files_struct **dirfsp,
                                 struct smb_filename *smb_fname,
                                 uint32_t access_mask,
                                 uint32_t share_access,