summaryrefslogtreecommitdiff
path: root/gdb/dstread.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-08-23 16:37:23 +0000
committerKevin Buettner <kevinb@redhat.com>2000-08-23 16:37:23 +0000
commit6a1dbb55c90354ff05c5cdfe8b9e430a565c3166 (patch)
tree075ee7de18363bd330a746fe4c8c9c00e724db2d /gdb/dstread.c
parent43f618c1eb5c31b42c6648b9ad9f448d0e44cc34 (diff)
downloadgdb-6a1dbb55c90354ff05c5cdfe8b9e430a565c3166.tar.gz
Protoize.
Diffstat (limited to 'gdb/dstread.c')
-rw-r--r--gdb/dstread.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/dstread.c b/gdb/dstread.c
index b6f31ac8463..c49b551321a 100644
--- a/gdb/dstread.c
+++ b/gdb/dstread.c
@@ -1577,9 +1577,7 @@ struct section_offsets dst_symfile_faker =
{0};
void
-dst_symfile_offsets (objfile, addr)
- struct objfile *objfile;
- struct section_addr_info *addrs;
+dst_symfile_offsets (struct objfile *objfile, struct section_addr_info *addrs)
{
objfile->num_sections = 1;
objfile->section_offsets = &dst_symfile_faker;