summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2020-03-16 18:53:15 +0100
committerJeremy Allison <jra@samba.org>2020-03-24 19:48:41 +0000
commit45f62cece038a40892b2a567969313fac75e39c2 (patch)
tree47a60e9db613f5ef1a4236d1865f8563a34b7b61 /source3/smbd/proto.h
parentaf622683115a0738adacbdccd2d797067f3ba3cc (diff)
downloadsamba-45f62cece038a40892b2a567969313fac75e39c2.tar.gz
smbd: add open_internal_dirfsp_at()
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 6bfba095210..c79e82fb69d 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -424,9 +424,10 @@ NTSTATUS create_internal_dirfsp_at(connection_struct *conn,
const struct smb_filename *smb_dname,
struct files_struct **_fsp);
-NTSTATUS open_internal_dir_fsp(connection_struct *conn,
- const struct smb_filename *smb_dname,
- struct files_struct **_fsp);
+NTSTATUS open_internal_dirfsp_at(connection_struct *conn,
+ struct files_struct *dirfsp,
+ const struct smb_filename *smb_dname,
+ struct files_struct **_fsp);
/* The following definitions come from smbd/ipc.c */