On Wed, Jan 16, 2019 at 2:18 PM Tom de Vries <tdevr...@suse.de> wrote: > > On 16-01-19 18:17, Ian Lance Taylor wrote: > > On Wed, Jan 16, 2019 at 8:33 AM Tom de Vries <tdevr...@suse.de> wrote: > >> > >>> Why is it void**? > >> > >> It's really struct dwarf_data *, but struct dwarf_data is a type > >> declared in dwarf.c, so it's not known in other files. > > > > It woud be OK to add "struct dwarf_data;" to internal.h and refer to > > the struct, without dereferencing it, in elf.c. > > Updated accordingly.
This is OK. Thanks. I see that the struct declaration is in this patch. Ian