summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2020-03-23 11:36:42 +0100
committerJeremy Allison <jra@samba.org>2020-03-24 19:48:41 +0000
commit974ea2ce349627732bfc683598d148da20a5b118 (patch)
tree2ae5b457fd3ac1cbed7b65f14d56b3512c1a1485 /source3/smbd/proto.h
parent4d28b614af6aac3a16f8cd758afdce79b2bd15e6 (diff)
downloadsamba-974ea2ce349627732bfc683598d148da20a5b118.tar.gz
smbd: add create_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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 9f77c956e13..6bfba095210 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -419,6 +419,15 @@ NTSTATUS fsp_set_smb_fname(struct files_struct *fsp,
const struct smb_filename *smb_fname_in);
size_t fsp_fullbasepath(struct files_struct *fsp, char *buf, size_t buflen);
+NTSTATUS create_internal_dirfsp_at(connection_struct *conn,
+ struct files_struct *dirfsp,
+ 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);
+
/* The following definitions come from smbd/ipc.c */
NTSTATUS nt_status_np_pipe(NTSTATUS status);