s3:lib: Remove the const SMB_STRUCT_STAT * parameter from synthetic_smb_fname_split().
authorJeremy Allison <jra@samba.org>
Wed, 9 Mar 2016 23:50:02 +0000 (15:50 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 10 Mar 2016 19:55:09 +0000 (20:55 +0100)
commit153af65e445e8491fb436e7112b579ed4603ca01
tree865ec430a9a31ea9243f6bbacc02372d450417b7
parente2056f843d71fd7b9c3e326d45c71218cf8faaae
s3:lib: Remove the const SMB_STRUCT_STAT * parameter from synthetic_smb_fname_split().

Only one caller uses this, and this can be handled externally.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
source3/include/proto.h
source3/lib/filename_util.c
source3/smbd/filename.c
source3/smbd/pysmbd.c
source3/smbd/reply.c
source3/torture/cmd_vfs.c