smbd: Remove an unused function prototype
authorVolker Lendecke <vl@samba.org>
Mon, 27 Nov 2023 13:54:19 +0000 (14:54 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 19 Dec 2023 16:05:36 +0000 (16:05 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source3/smbd/proto.h

index 93d91c7b696316d1add31a3638020effe5e7a01e..2875fcf562b61317b27e098b6d83afe511e97a3e 100644 (file)
@@ -175,11 +175,6 @@ uint64_t get_dfree_info(connection_struct *conn, struct smb_filename *fname,
                        uint64_t *bsize, uint64_t *dfree, uint64_t *dsize);
 void flush_dfree_cache(void);
 
-/* The following definitions come from smbd/dir.c  */
-
-NTSTATUS can_delete_directory(struct connection_struct *conn,
-                               const char *dirname);
-
 /* The following definitions come from smbd/dmapi.c  */
 
 const void *dmapi_get_current_session(void);