Index: trunk/psLib/src/sys/psConfigure.c
===================================================================
--- trunk/psLib/src/sys/psConfigure.c	(revision 2644)
+++ trunk/psLib/src/sys/psConfigure.c	(revision 2725)
@@ -12,6 +12,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-12-07 00:02:54 $
+ *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-12-16 18:53:19 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -34,5 +34,5 @@
     // Please code me, Robert and George.
 
-    if(!psTimeInit(timeConfig)) {
+    if(!p_psTimeInit(timeConfig)) {
         psError(PS_ERR_BAD_PARAMETER_VALUE, true, PS_ERRORTEXT_psConfigure_INITIALIZATION_FAILED, "psTime");
         return;
@@ -42,5 +42,5 @@
 void psLibFinalize(void)
 {
-    if(!psTimeFinalize()) {
+    if(!p_psTimeFinalize()) {
         psError(PS_ERR_BAD_PARAMETER_VALUE, true, PS_ERRORTEXT_psConfigure_FINALIZATION_FAILED, "psTime");
         return;
