Index: trunk/psLib/src/astro/psCoord.h
===================================================================
--- trunk/psLib/src/astro/psCoord.h	(revision 14077)
+++ 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.
Index: trunk/psLib/src/astro/psEarthOrientation.h
===================================================================
--- trunk/psLib/src/astro/psEarthOrientation.h	(revision 14077)
+++ trunk/psLib/src/astro/psEarthOrientation.h	(revision 14452)
@@ -8,6 +8,6 @@
 *  @author Robert Daniel DeSonia, MHPCC
 *
-*  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2007-03-14 02:31:41 $
+*  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2007-08-09 01:40:07 $
 *
 *  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
@@ -63,5 +63,5 @@
 
 /** Allocates a new psEarthPole structure.  */
-psEarthPole *psEarthPoleAlloc(void);
+psEarthPole *psEarthPoleAlloc(void) PS_ATTR_MALLOC;
 
 /** Calculates the apparent position of a star, given its actual position and the
Index: trunk/psLib/src/astro/psSphereOps.h
===================================================================
--- trunk/psLib/src/astro/psSphereOps.h	(revision 14077)
+++ trunk/psLib/src/astro/psSphereOps.h	(revision 14452)
@@ -6,6 +6,6 @@
  *  @author David Robbins, MHPCC
  *
- *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-23 22:47:22 $
+ *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-08-09 01:40:07 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -69,5 +69,5 @@
     double deltaP,                     ///< north pole longitude
     double phiP                        ///< defines the longitude in the input system of the equatorial intersection between the two systems (e.g, the first point of Ares).
-);
+) PS_ATTR_MALLOC;
 
 /** Checks the type of a particular pointer.
Index: trunk/psLib/src/astro/psTime.h
===================================================================
--- trunk/psLib/src/astro/psTime.h	(revision 14077)
+++ trunk/psLib/src/astro/psTime.h	(revision 14452)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-06-22 02:28:48 $
+ *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-08-09 01:40:07 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -108,5 +108,5 @@
 psTime* psTimeAlloc(
     psTimeType type                    ///< Type of time to create (UTC or TAI).
-);
+) PS_ATTR_MALLOC;
 
 
