diff options
author | Tim Prouty <tprouty@samba.org> | 2009-07-21 10:28:28 -0700 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-07-21 12:04:59 -0700 |
commit | 00e267008defe18475115a4300addf3cbcabff5a (patch) | |
tree | 777f655f26c8266fc96ecd518c5572626db918c6 /source3/include | |
parent | 4860fc4951a7dbd80d8938f4dba49c42a12b4d00 (diff) | |
download | samba-00e267008defe18475115a4300addf3cbcabff5a.tar.gz samba-00e267008defe18475115a4300addf3cbcabff5a.tar.bz2 samba-00e267008defe18475115a4300addf3cbcabff5a.zip |
s3: Remove the now unused fname parameter from filename_convert()
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index fe81bd2c97..77283d9cf0 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6320,8 +6320,7 @@ NTSTATUS filename_convert(TALLOC_CTX *mem_ctx, connection_struct *conn, bool dfs_path, const char *name_in, - struct smb_filename **pp_smb_fname, - char **pp_name); + struct smb_filename **pp_smb_fname); /* The following definitions come from smbd/filename_utils.c */ |