$NetBSD: patch-aa,v 1.2 2001/07/08 13:36:33 jtb Exp $ --- src/ml.h.orig Thu May 24 05:12:06 2001 +++ src/ml.h @@ -173,7 +173,7 @@ /* function prototypes of all ml function */ void convfreq(dvector); -void radixsort(cmatrix, ivector, int, int, int *); +void my_radixsort(cmatrix, ivector, int, int, int *); void condenceseq(cmatrix, ivector, cmatrix, ivector, int, int, int); void countconstantsites(cmatrix, ivector, int, int, int *, int*); void evaluateseqs(void);