$NetBSD: patch-bb,v 1.1 2006/06/21 14:56:51 minskim Exp $ --- src/fasthenry/sparse/spSolve.c.orig 2004-08-03 22:17:19.000000000 +0000 +++ src/fasthenry/sparse/spSolve.c @@ -94,6 +94,8 @@ static char RCSid[] = #include "spMatrix.h" #include "spDefs.h" +static void +SolveComplexMatrix( MatrixPtr, RealVector, RealVector Solution IMAG_VECTORS );