Index: trunk/psLib/src/math/psMinimizeLMM.h
===================================================================
--- trunk/psLib/src/math/psMinimizeLMM.h	(revision 14320)
+++ trunk/psLib/src/math/psMinimizeLMM.h	(revision 14452)
@@ -7,6 +7,6 @@
  * @author GLG, MHPCC
  *
- * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-07-20 00:22:24 $
+ * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-08-09 01:40:07 $
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
@@ -94,5 +94,5 @@
 psMinConstraint;
 
-psMinConstraint *psMinConstraintAlloc();
+psMinConstraint *psMinConstraintAlloc() PS_ATTR_MALLOC;
 
 /** Allocates a psMinimization structure.
@@ -103,5 +103,5 @@
     int maxIter,                       ///< Number of minimization iterations to perform.
     float tol                          ///< Requested error tolerance
-);
+) PS_ATTR_MALLOC;
 
 /*  Checks the type of a particular pointer.
