X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gprof%2Fcg_arcs.h;h=fe1af776f24ab51837434aeec9d1f76957580da0;hb=c6400f8afd157ff6344a2c180b91e6fd8f6e092f;hp=caa0197a2bb489cb48e8eb2a6043691f5d60d216;hpb=d0352a18a504a4e7b761f6b3264cf11347d8d056;p=deliverable%2Fbinutils-gdb.git diff --git a/gprof/cg_arcs.h b/gprof/cg_arcs.h index caa0197a2b..fe1af776f2 100644 --- a/gprof/cg_arcs.h +++ b/gprof/cg_arcs.h @@ -1,9 +1,6 @@ #ifndef cg_arcs_h #define cg_arcs_h -#include "gprof.h" -#include "symtab.h" - /* * Arc structure for call-graph. * @@ -27,9 +24,9 @@ Arc; extern unsigned int num_cycles; /* number of cycles discovered */ extern Sym *cycle_header; /* cycle headers */ -extern void arc_add PARAMS ((Sym * parent, Sym * child, unsigned long count)); -extern Arc *arc_lookup PARAMS ((Sym * parent, Sym * child)); -extern Sym **cg_assemble PARAMS ((void)); +extern void arc_add (Sym * parent, Sym * child, unsigned long count); +extern Arc *arc_lookup (Sym * parent, Sym * child); +extern Sym **cg_assemble (void); extern Arc **arcs; extern unsigned int numarcs;