Index: trunk/psLib/src/astronomy/psTime.h
===================================================================
--- trunk/psLib/src/astronomy/psTime.h	(revision 2301)
+++ trunk/psLib/src/astronomy/psTime.h	(revision 2318)
@@ -54,6 +54,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-11-09 00:36:13 $
+ *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-11-10 18:27:08 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -107,5 +107,5 @@
  * @return  bool: True for success, false for failure.
  */
-bool psTimeInit(char *fileName);
+psBool psTimeInit(const char *fileName);
 
 /** Free memory persistant time data.
@@ -115,5 +115,5 @@
  * @return  void: void.
  */
-void psTimeFinalize(void);
+psBool psTimeFinalize(void);
 
 /** Allocate time struct.
