Index: trunk/psLib/src/sys/psTrace.h
===================================================================
--- trunk/psLib/src/sys/psTrace.h	(revision 4944)
+++ trunk/psLib/src/sys/psTrace.h	(revision 4951)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-09-02 21:32:06 $
+ *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-09-07 00:15:48 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -64,4 +64,5 @@
     const char *facil,                 ///< facilty of interest
     int level,                         ///< desired trace level
+    const char *format,                ///< printf-style format command
     ...                                ///< trace message arguments
 );
@@ -72,4 +73,5 @@
     const char *facil,                 ///< facilty of interest
     psS32 myLevel,                     ///< desired trace level
+    const char *format,                ///< printf-style format command
     ...                                ///< trace message arguments
 );
@@ -83,7 +85,7 @@
 /** Set trace level
  *
- *  @return psBool:       True if successful, otherwise false
+ *  @return int:       The previous level.
  */
-psBool psTraceSetLevel(
+int psTraceSetLevel(
     const char *facil,                 ///< facilty of interest
     int level                          ///< desired trace level
