Index: trunk/psLib/src/sys/psLogMsg.h
===================================================================
--- trunk/psLib/src/sys/psLogMsg.h	(revision 4330)
+++ trunk/psLib/src/sys/psLogMsg.h	(revision 4367)
@@ -11,6 +11,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-21 03:01:37 $
+ *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-23 03:50:29 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -30,7 +30,7 @@
  *  argument which can specify general log destinations.
  *
- *  @return psS32     true if set successfully, otherwise false.
+ *  @return bool     true if set successfully, otherwise false.
  */
-psBool psLogSetDestination(
+bool psLogSetDestination(
     const char *dest                   ///< Specifies where to send messages.
 );
@@ -56,5 +56,5 @@
  */
 void psLogSetFormat(
-    const char *fmt                    ///< Specifies the system log format
+    const char *format                 ///< Specifies the system log format
 );
 
