s3-smbd: remove some dead prototypes
authorGünther Deschner <gd@samba.org>
Fri, 5 May 2017 16:08:02 +0000 (18:08 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 10 May 2017 13:53:20 +0000 (15:53 +0200)
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/smbd/proto.h

index 841a095f56104c49d22bd868ca85703c1ee840bb..19abf7e044943c6ca84395d8543a551b0c861901 100644 (file)
@@ -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);