Index: trunk/psLib/src/astro/psTime.h
===================================================================
--- trunk/psLib/src/astro/psTime.h	(revision 6184)
+++ trunk/psLib/src/astro/psTime.h	(revision 7700)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-01-23 20:04:31 $
+ *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-27 03:45:25 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -256,4 +256,15 @@
 );
 
+/** Convert psTime to struct tm time.
+ *
+ *  Converts psTime to struct tm time.  This function should handle
+ *  UTC leapseconds correctly.
+ *
+ *  @return tm*:   tm struct.
+ */
+struct tm *psTimeToTM(
+                const psTime* time     ///< Input time to be converted.
+            );
+
 /** Convert psTime to timeval time.
  *
@@ -351,5 +362,5 @@
  *  @return  psTime*: time.
  */
-psTime* p_psTimeFromTM(
+psTime* psTimeFromTM(
     const struct tm *time              ///< Input time to be converted.
 );
