From: Volker Lendecke Date: Mon, 27 Nov 2023 13:54:19 +0000 (+0100) Subject: smbd: Remove an unused function prototype X-Git-Tag: talloc-2.4.2~265 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9beb22a28eb04199bcfff3e6c18385bd58da9c7e;p=thirdparty%2Fsamba.git smbd: Remove an unused function prototype Signed-off-by: Volker Lendecke Reviewed-by: Guenther Deschner --- diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 93d91c7b696..2875fcf562b 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -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);