K&R style function removal. Update functions to ANSI style.
[dragonfly.git] / usr.bin / gprof / i386.c
1 /*
2  * $DragonFly: src/usr.bin/gprof/i386.c,v 1.2 2003/10/04 20:36:45 hmp Exp $
3  */
4 #include "gprof.h"
5
6 /*
7  * gprof -c isn't currently supported...
8  */
9 findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc)
10 {
11 }