Index: trunk/psLib/src/astro/psCoord.h
===================================================================
--- trunk/psLib/src/astro/psCoord.h	(revision 2635)
+++ trunk/psLib/src/astro/psCoord.h	(revision 2650)
@@ -1,3 +1,3 @@
-/** @file  psCoord.h
+a/** @file  psCoord.h
 *
 *  @brief Contains basic coordinate transformation definitions and operations
@@ -10,6 +10,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-12-06 19:49:36 $
+*  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-12-07 22:28:28 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -239,5 +239,5 @@
  */
 psSphereTransform* psSphereTransformICRSToEcliptic(
-    psTime time                        ///< the time for which the resulting transform will be valid
+    psTime *time                        ///< the time for which the resulting transform will be valid
 );
 
@@ -248,5 +248,5 @@
  */
 psSphereTransform* psSphereTransformEclipticToICRS(
-    psTime time                        ///< the time for which the resulting transform will be valid
+    psTime *time                        ///< the time for which the resulting transform will be valid
 );
 
