X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fsymfile.h;h=4c253e0e3cb942b9208ff30dccda9da89d12b21b;hb=4efb68b1ad0f40fa002c954c213a516d1e39cfb3;hp=62dfcefb54b56574a2aef45334890936f1cde18a;hpb=88e90c405f7b96dc90b19bde321f219e129e7e1c;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/symfile.h b/gdb/symfile.h index 62dfcefb54..4c253e0e3c 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -252,7 +252,7 @@ extern struct partial_symtab *allocate_psymtab (char *, struct objfile *); extern void discard_psymtab (struct partial_symtab *); -extern void find_lowest_section (bfd *, asection *, PTR); +extern void find_lowest_section (bfd *, asection *, void *); extern bfd *symfile_bfd_open (char *);