diff options
Diffstat (limited to 'libdw/dwarf_attr.c')
| -rw-r--r-- | libdw/dwarf_attr.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libdw/dwarf_attr.c b/libdw/dwarf_attr.c index f247c1af..db8acfe5 100644 --- a/libdw/dwarf_attr.c +++ b/libdw/dwarf_attr.c @@ -36,10 +36,7 @@ Dwarf_Attribute * -dwarf_attr (die, search_name, result) - Dwarf_Die *die; - unsigned int search_name; - Dwarf_Attribute *result; +dwarf_attr (Dwarf_Die *die, unsigned int search_name, Dwarf_Attribute *result) { if (die == NULL) return NULL; |
