Index: trunk/psLib/src/sysUtils/psConfigure.c
===================================================================
--- trunk/psLib/src/sysUtils/psConfigure.c	(revision 4190)
+++ trunk/psLib/src/sysUtils/psConfigure.c	(revision 4205)
@@ -13,6 +13,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-07 22:53:40 $
+ *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-10 01:41:35 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -33,5 +33,5 @@
 }
 
-void psLibInit(bool predictable, const char* timeConfig)
+void psLibInit(const char* timeConfig)
 {
     // XXX: Still needs error codes to be set
Index: trunk/psLib/src/sysUtils/psConfigure.h
===================================================================
--- trunk/psLib/src/sysUtils/psConfigure.h	(revision 4190)
+++ trunk/psLib/src/sysUtils/psConfigure.h	(revision 4205)
@@ -13,6 +13,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-08 23:40:45 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-10 01:41:35 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -42,8 +42,6 @@
  *  current, a non-NULL psErr is returned with code PS_ERR_NONE.
  *
- *  @return void: void.
  */
 void psLibInit(
-    bool predictable,
     const char* timeConfig           ///< Filename of config file for psTime.
 );
