Index: trunk/psLib/src/astro/psTime.h
===================================================================
--- trunk/psLib/src/astro/psTime.h	(revision 11668)
+++ trunk/psLib/src/astro/psTime.h	(revision 13950)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.55 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-02-06 21:36:09 $
+ *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-06-22 02:28:48 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -75,32 +75,19 @@
 
 
-// get the pslib.config filename by checking environment variable first, then original installation area.
-const char *p_psTimeConfigFileName();
-
-
 /** Initialize time data.
  *
- * Reads config and data files associated with various time conversions.
- *
- * @return bool:    True for success, false for failure.
- */
-bool p_psTimeInit(
-    const char *fileName               ///< File name containing config/data info
-);
-
-/** Initialize time data.
- *
- *  Reads the configuration file and sets up the appropriate psTimeTables and predictions.
- */
-void psTimeInitialize(
-    const char *timeConfig             ///< psTime configuration file
-);
-
-/** Free memory persistant time data.
- *
- * Frees time data to be held in memory until the end of successful program execution.
- *
- * @return void:    void.
- */
+ *  Sets the configuration file and sets up the appropriate psTimeTables and predictions.
+ */
+bool psTimeInit(
+    const char *filename                ///< psTime configuration file
+);
+
+
+/** Frees memory that was allocated by psTime functions.
+ *
+ *  Allows a subsequent search for leaked memory.
+ *
+ * @return true on sucess.
+*/
 bool p_psTimeFinalize(void);
 
@@ -476,4 +463,7 @@
 );
 
+// used by p_psEOCInit()
+const char *p_psTimeConfigFilename(const char *filename);
+
 /// @}
 
