diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-05-28 01:12:42 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-05-28 01:12:42 +0000 |
commit | bf6c959448e3470b740fc6f032faf4ee6c1ed43a (patch) | |
tree | 8aeacca23eb32d57e7ef9abce8d272f5b3adc53c /gdb/hpread.h | |
parent | b25fcc020b2d009c63e29b7655a7534507a50f88 (diff) | |
download | gdb-bf6c959448e3470b740fc6f032faf4ee6c1ed43a.tar.gz |
PARAMS removal.gdb-post-params-removal-2000-05-28
Diffstat (limited to 'gdb/hpread.h')
-rw-r--r-- | gdb/hpread.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gdb/hpread.h b/gdb/hpread.h index 2768294829a..dc2a06cf90d 100644 --- a/gdb/hpread.h +++ b/gdb/hpread.h @@ -139,13 +139,10 @@ extern struct complaint string_table_offset_complaint; extern struct complaint lbrac_unmatched_complaint; extern struct complaint lbrac_mismatch_complaint; -extern union sltentry *hpread_get_slt - PARAMS ((int, struct objfile *)); +extern union sltentry *hpread_get_slt (int, struct objfile *); -extern union dnttentry *hpread_get_lntt - PARAMS ((int, struct objfile *)); +extern union dnttentry *hpread_get_lntt (int, struct objfile *); -int hpread_has_name - PARAMS ((enum dntt_entry_type)); +int hpread_has_name (enum dntt_entry_type); /* end of hpread.h */ |