aboutsummaryrefslogtreecommitdiff
path: root/gprof/basic_blocks.h
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/basic_blocks.h')
-rw-r--r--gprof/basic_blocks.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gprof/basic_blocks.h b/gprof/basic_blocks.h
index 4308a79..a6dc66f 100644
--- a/gprof/basic_blocks.h
+++ b/gprof/basic_blocks.h
@@ -25,9 +25,9 @@ extern bfd_boolean bb_annotate_all_lines; /* Force annotation of all lines? */
extern int bb_table_length; /* Length of most-used bb table. */
extern unsigned long bb_min_calls; /* Minimum execution count. */
-extern void bb_read_rec PARAMS ((FILE *, const char *));
-extern void bb_write_blocks PARAMS ((FILE *, const char *));
-extern void bb_create_syms PARAMS ((void));
-extern void print_annotated_source PARAMS ((void));
-extern void print_exec_counts PARAMS ((void));
+extern void bb_read_rec (FILE *, const char *);
+extern void bb_write_blocks (FILE *, const char *);
+extern void bb_create_syms (void);
+extern void print_annotated_source (void);
+extern void print_exec_counts (void);
#endif /* basic_blocks_h */