]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Remove an unneeded anonymous struct declaration
authorVolker Lendecke <vl@samba.org>
Fri, 26 Nov 2021 15:36:25 +0000 (16:36 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 5 Jan 2022 00:11:37 +0000 (00:11 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/proto.h

index dfd955aab036b6c54ee03983e18661fb9f4d6a2a..3b0d34514c953f53264f156bed2c55475b49cf97 100644 (file)
@@ -1175,7 +1175,6 @@ void smbd_send_stat_cache_delete_message(struct messaging_context *msg_ctx,
 void send_stat_cache_delete_message(struct messaging_context *msg_ctx,
                                    const char *name);
 void stat_cache_delete(const char *name);
-struct TDB_DATA;
 bool reset_stat_cache( void );
 
 /* The following definitions come from smbd/statvfs.c  */