Index: trunk/psLib/src/astro/psTime.c
===================================================================
--- trunk/psLib/src/astro/psTime.c	(revision 3682)
+++ trunk/psLib/src/astro/psTime.c	(revision 3704)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-28 23:34:10 $
+ *  @version $Revision: 1.55 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-18 23:13:37 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -760,5 +760,5 @@
 
 
-psS64 psTimeLeapseconds(const psTime *time1, const psTime *time2)
+psS64 psTimeLeapSecondDelta(const psTime *time1, const psTime *time2)
 {
     psS64 diff = 0;
Index: trunk/psLib/src/astro/psTime.h
===================================================================
--- trunk/psLib/src/astro/psTime.h	(revision 3682)
+++ trunk/psLib/src/astro/psTime.h	(revision 3704)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-17 19:26:23 $
+ *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-18 23:13:37 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -155,5 +155,5 @@
  *  @return  psS64: leapseconds added between given times
  */
-psS64 psTimeLeapseconds(
+psS64 psTimeLeapSecondDelta(
     const psTime* time1,                ///< First input time.
     const psTime* time2                 ///< Second input time.
