Index: trunk/psLib/src/sys/psLogMsg.h
===================================================================
--- trunk/psLib/src/sys/psLogMsg.h	(revision 4321)
+++ trunk/psLib/src/sys/psLogMsg.h	(revision 4330)
@@ -11,6 +11,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-20 22:42:30 $
+ *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-21 03:01:37 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -42,5 +42,5 @@
  *  be displayed.  The old log level will be returned.
  *
- *  @return psS32    old logging level
+ *  @return int    old logging level
  */
 int psLogSetLevel(
Index: trunk/psLib/src/sys/psMemory.h
===================================================================
--- trunk/psLib/src/sys/psMemory.h	(revision 4321)
+++ trunk/psLib/src/sys/psMemory.h	(revision 4330)
@@ -12,6 +12,6 @@
  *  @ingroup MemoryManagement
  *
- *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-20 22:42:30 $
+ *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-21 03:01:37 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -190,5 +190,5 @@
  *  Memory marked as persistent is excluded from memory leak checks.
  *
- *  @return psBool    true if memory is marked persistent, otherwise false.
+ *  @return bool    true if memory is marked persistent, otherwise false.
  */
 bool p_psMemGetPersistent(
Index: trunk/psLib/src/sys/psTrace.c
===================================================================
--- trunk/psLib/src/sys/psTrace.c	(revision 4321)
+++ trunk/psLib/src/sys/psTrace.c	(revision 4330)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.50 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-17 23:44:21 $
+ *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-21 03:01:37 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -377,5 +377,5 @@
  The level of "name" in the root component tree.
  *****************************************************************************/
-psS32 psTraceGetLevel(const char *name)
+int psTraceGetLevel(const char *name)
 {
     char *compName = NULL;
Index: trunk/psLib/src/sys/psTrace.h
===================================================================
--- trunk/psLib/src/sys/psTrace.h	(revision 4321)
+++ trunk/psLib/src/sys/psTrace.h	(revision 4330)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-28 23:46:29 $
+ *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-21 03:01:37 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -83,6 +83,7 @@
 
 /// Get the trace level
-psS32 psTraceGetLevel(const char *facil) ///< facilty of interest
-;
+int psTraceGetLevel(
+    const char *facil                  ///< facilty of interest
+);
 
 /// Set all trace levels to zero (do not free nodes in the component tree).
