From 69c8795b672054cb6b5a85cc5f8961099425bd7a Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Tue, 7 Jul 2009 19:20:22 -0700 Subject: s3: convert unix_mode to take an smb_filename --- source3/include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index f835da2ab8..ef252c2846 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6234,7 +6234,8 @@ bool smbd_setup_mdns_registration(struct tevent_context *ev, /* The following definitions come from smbd/dosmode.c */ -mode_t unix_mode(connection_struct *conn, int dosmode, const char *fname, +mode_t unix_mode(connection_struct *conn, int dosmode, + const struct smb_filename *smb_fname, const char *inherit_from_dir); uint32 dos_mode_msdfs(connection_struct *conn, const char *path, const SMB_STRUCT_STAT *sbuf); int dos_attributes_to_stat_dos_flags(uint32_t dosmode); -- cgit