summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2017-05-05 18:08:02 +0200
committerAndreas Schneider <asn@cryptomilk.org>2017-05-10 15:53:20 +0200
commit24c4a6a5957ed79786c03ba44df91768c5321dec (patch)
tree563f75eba63ba1e2300baf7fba5c813c7febafb6 /source3
parent8e321676b9131ea6183d6c3b988c1fa6d00e75a4 (diff)
downloadsamba-24c4a6a5957ed79786c03ba44df91768c5321dec.tar.gz
s3-smbd: remove some dead prototypes
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 841a095f561..19abf7e0449 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -262,7 +262,6 @@ mode_t unix_mode(connection_struct *conn, int dosmode,
const char *inherit_from_dir);
uint32_t dos_mode_msdfs(connection_struct *conn,
const struct smb_filename *smb_fname);
-int dos_attributes_to_stat_dos_flags(uint32_t dosmode);
uint32_t dos_mode(connection_struct *conn, struct smb_filename *smb_fname);
int file_set_dosmode(connection_struct *conn, struct smb_filename *smb_fname,
uint32_t dosmode, const char *parent_dir, bool newfile);