Index: trunk/psLib/src/astro/psCoord.h
===================================================================
--- trunk/psLib/src/astro/psCoord.h	(revision 13839)
+++ trunk/psLib/src/astro/psCoord.h	(revision 14452)
@@ -8,6 +8,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.60 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-06-15 01:03:22 $
+ *  @version $Revision: 1.61 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-08-09 01:40:07 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -157,5 +157,5 @@
  *  @return psPlane*     resulting plane structure.
  */
-psPlane* psPlaneAlloc(void);
+psPlane* psPlaneAlloc(void) PS_ATTR_MALLOC;
 
 /** Allocates a psSphere
@@ -163,5 +163,5 @@
  *  @return psSphere*     resulting sphere structure.
  */
-psSphere* psSphereAlloc(void);
+psSphere* psSphereAlloc(void) PS_ATTR_MALLOC;
 
 /** Allocates a psCube
@@ -169,5 +169,5 @@
  *  @return psCube*     resulting cubic structure.
  */
-psCube* psCubeAlloc(void);
+psCube* psCubeAlloc(void) PS_ATTR_MALLOC;
 
 /** Allocates a psPlaneTransform transform.
@@ -179,5 +179,5 @@
     int order1,                        ///< The order of the x term in the transform.
     int order2                         ///< The order of the y term in the transform.
-);
+) PS_ATTR_MALLOC;
 
 /** Applies the psPlaneTransform transform to a specified coordinate
@@ -201,5 +201,5 @@
     int order3,                        ///< The order of the y term in the transform.
     int order4                         ///< The order of the z term in the transform.
-);
+) PS_ATTR_MALLOC;
 
 
@@ -226,5 +226,5 @@
     double Ys,                         ///< Scale in y-dimension
     psProjectionType type
-);
+) PS_ATTR_MALLOC;
 
 /** Checks the type of a particular pointer.
