Index: trunk/psLib/src/astronomy/psTime.h
===================================================================
--- trunk/psLib/src/astronomy/psTime.h	(revision 3704)
+++ trunk/psLib/src/astronomy/psTime.h	(revision 3705)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-18 23:13:37 $
+ *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-18 23:30:54 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -186,5 +186,5 @@
  *  @return  char*: Pointer null terminated array of chars in ISO time.
  */
-char* psTimeToISOTime(
+char* psTimeToISO(
     const psTime* time                  ///< Input time to be converted.
 );
@@ -237,5 +237,5 @@
  *  @return  psTime*: time
  */
-psTime* psTimeFromISOTime(
+psTime* psTimeFromISO(
     const char* time                    ///< Input time to be converted.
 );
