=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/gprof/gprof.h,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/gprof/gprof.h 2015/11/16 17:43:17 1.15 +++ src/usr.bin/gprof/gprof.h 2015/12/06 23:22:51 1.16 @@ -1,4 +1,4 @@ -/* $OpenBSD: gprof.h,v 1.15 2015/11/16 17:43:17 pascal Exp $ */ +/* $OpenBSD: gprof.h,v 1.16 2015/12/06 23:22:51 guenther Exp $ */ /* $NetBSD: gprof.h,v 1.13 1996/04/01 21:54:06 mark Exp $ */ /* @@ -282,10 +282,10 @@ void sortmembers(nltype *); void sortparents(nltype *); void tally(struct rawarc *); -int timecmp(nltype **, nltype **); +int timecmp(const void *, const void *); void timepropagate(nltype *); -int topcmp(nltype **, nltype **); -int totalcmp(nltype **, nltype **); +int topcmp(const void *, const void *); +int totalcmp(const void *, const void *); #define LESSTHAN -1 #define EQUALTO 0