diff options
Diffstat (limited to 'gprof/call_graph.h')
-rw-r--r-- | gprof/call_graph.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gprof/call_graph.h b/gprof/call_graph.h index d3d77da..6e9413a 100644 --- a/gprof/call_graph.h +++ b/gprof/call_graph.h @@ -5,8 +5,8 @@ #include "gprof.h" #include "symtab.h" -extern void cg_tally PARAMS((bfd_vma from_pc, bfd_vma self_pc, int count)); -extern void cg_read_rec PARAMS((FILE *ifp, const char *filename)); -extern void cg_write_arcs PARAMS((FILE *ofp, const char *filename)); +extern void cg_tally PARAMS ((bfd_vma from_pc, bfd_vma self_pc, int count)); +extern void cg_read_rec PARAMS ((FILE * ifp, const char *filename)); +extern void cg_write_arcs PARAMS ((FILE * ofp, const char *filename)); #endif /* call_graph_h */ |