Lots of changes from David Mosberger-Tang; see ChangeLog and NOTES for details:
[external/binutils.git] / gprof / cg_print.h
1 #ifndef cg_print_h
2 #define cg_print_h
3
4 #include "gprof.h"
5 #include "symtab.h"
6
7 extern double print_time;               /* total of time being printed */
8
9 extern void cg_print PARAMS ((Sym **cg));
10 extern void cg_print_index PARAMS((void));
11
12 #endif /* cg_print_h */