NetBSD/gnu/dist/gprof/utils.h

8 lines
151 B
C
Raw Normal View History

1997-09-24 19:39:15 +04:00
#ifndef utils_h
#define utils_h
extern int print_name_only PARAMS ((Sym * self));
extern void print_name PARAMS ((Sym * self));
#endif /* utils_h */