Index: trunk/psphot/src/psSparse.h
===================================================================
--- trunk/psphot/src/psSparse.h	(revision 5654)
+++ trunk/psphot/src/psSparse.h	(revision 6481)
@@ -1,2 +1,8 @@
+
+typedef struct {
+    double paramDelta;
+    double paramMin;
+    double paramMax;
+} psSparseConstraint;
 
 typedef struct {
@@ -15,4 +21,4 @@
 void psSparseVectorElement (psSparse *sparse, int i, float value);
 psVector *psSparseMatrixTimesVector (psVector *output, psSparse *matrix, psVector *vector);
-psVector *psSparseSolve (psVector *guess, psSparse *sparse, int Niter);
+psVector *psSparseSolve (psVector *guess, psSparseConstraint constraint, psSparse *sparse, int Niter);
 psSparse *psSparseAlloc (int Nrows, int Nelem);
