Index: trunk/psLib/src/imageops/psImageBinning.h
===================================================================
--- trunk/psLib/src/imageops/psImageBinning.h	(revision 14332)
+++ trunk/psLib/src/imageops/psImageBinning.h	(revision 14452)
@@ -8,6 +8,6 @@
  *  @author Eugene Magnier, IfA
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-03-27 02:43:22 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-08-09 01:40:07 $
  *
  *  Copyright 2007 Institute for Astronomy, University of Hawaii
@@ -42,5 +42,5 @@
 
 
-psImageBinning *psImageBinningAlloc();
+psImageBinning *psImageBinningAlloc() PS_ATTR_MALLOC;
 
 void psImageBinningSetRuffSize(psImageBinning *binning, psImageBinningAlign align);
Index: trunk/psLib/src/imageops/psImageConvolve.h
===================================================================
--- trunk/psLib/src/imageops/psImageConvolve.h	(revision 14332)
+++ trunk/psLib/src/imageops/psImageConvolve.h	(revision 14452)
@@ -5,6 +5,6 @@
  * @author Robert DeSonia, MHPCC
  *
- * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-07-20 20:12:31 $
+ * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-08-09 01:40:07 $
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
@@ -68,5 +68,5 @@
     int yMin,                          ///< Most negative y index
     int yMax                           ///< Most positive y index
-);
+) PS_ATTR_MALLOC;
 
 /// Checks the type of a particular pointer.
Index: trunk/psLib/src/imageops/psImageInterpolate.h
===================================================================
--- trunk/psLib/src/imageops/psImageInterpolate.h	(revision 14332)
+++ trunk/psLib/src/imageops/psImageInterpolate.h	(revision 14452)
@@ -7,6 +7,6 @@
  * @author Paul Price, Institute for Astronomy
  *
- * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-05-23 02:55:01 $
+ * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-08-09 01:40:07 $
  * Copyright 2004-2007 Institute for Astronomy, University of Hawaii
  */
@@ -67,5 +67,5 @@
                                                           psMaskType poorMask, // Mask value for poor pixels
                                                           float poorFrac // Fraction of flux for question
-    );
+    ) PS_ATTR_MALLOC;
 
 
