smbd: Remove duplicate read_nttrans_ea_list function prototype
commitf810a113a892117c9b8a0ea1d649bc1d21aeb636
authorDavid Mulder <dmulder@suse.com>
Mon, 21 Mar 2022 20:18:58 +0000 (21 14:18 -0600)
committerJeremy Allison <jra@samba.org>
Thu, 7 Apr 2022 17:37:30 +0000 (7 17:37 +0000)
tree5743550b07d0e6a4965370d378896a148fadbc43
parent858a49d15730f9177ef57b4f79519548772a409a
smbd: Remove duplicate read_nttrans_ea_list function prototype

Because this stray prototype was mixed in with
the smb1 code, it caused the smb2-only build to
fail. Instead of duplicating the function
prototype, lets just include the correct header.

Signed-off-by: David Mulder <dmulder@suse.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/smb1_nttrans.h
source3/smbd/smb2_create.c