summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-07-03 15:33:02 +0200
committerRalph Boehme <slow@samba.org>2019-07-08 16:22:37 +0000
commit81011f5ea1f411ddfae6af527230d480dc2bbbb4 (patch)
treea74bba10e557267db0a4914aa2060c9e71c3768a /source3/smbd/proto.h
parent9f0820f9ef2ba1cf5ab8f72a5826689f9453bc69 (diff)
downloadsamba-81011f5ea1f411ddfae6af527230d480dc2bbbb4.tar.gz
smbd: Make get_relative_fid_filename() static to open.c
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 076702feca5..37eeb9f31ca 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -715,12 +715,6 @@ NTSTATUS create_file_default(connection_struct *conn,
const struct smb2_create_blobs *in_context_blobs,
struct smb2_create_blobs *out_context_blobs);
-NTSTATUS get_relative_fid_filename(connection_struct *conn,
- struct smb_request *req,
- uint16_t root_dir_fid,
- const struct smb_filename *smb_fname,
- struct smb_filename **smb_fname_out);
-
/* The following definitions come from smbd/oplock.c */
uint32_t get_lease_type(const struct share_mode_data *d,