aboutsummaryrefslogtreecommitdiffstats
path: root/gprof/utils.h
blob: 0d24413b42fe089023bbcfd2fab191212af30d08 (plain)
1
2
3
4
5
6
7
#ifndef utils_h
#define utils_h

extern int print_name_only (Sym * self);
extern void print_name (Sym * self);

#endif /* utils_h */