Index: trunk/psLib/src/sys/psLogMsg.h
===================================================================
--- trunk/psLib/src/sys/psLogMsg.h	(revision 4316)
+++ trunk/psLib/src/sys/psLogMsg.h	(revision 4321)
@@ -11,6 +11,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-18 03:13:02 $
+ *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-20 22:42:30 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -44,6 +44,6 @@
  *  @return psS32    old logging level
  */
-psS32 psLogSetLevel(
-    psS32 level                          ///< Specifies the system log level
+int psLogSetLevel(
+    int level                          ///< Specifies the system log level
 );
 
@@ -79,6 +79,6 @@
 void psLogMsgV(
     const char *name,                  ///< name of the log source
-    psS32 myLevel,                       ///< severity level of this log message
-    const char *fmt,                   ///< printf-style format command
+    int level,                         ///< severity level of this log message
+    const char *format,                ///< printf-style format command
     va_list ap                         ///< varargs argument list
 );
