Index: trunk/psLib/src/sys/psError.h
===================================================================
--- trunk/psLib/src/sys/psError.h	(revision 4315)
+++ trunk/psLib/src/sys/psError.h	(revision 4342)
@@ -12,6 +12,6 @@
  *  @author Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-18 02:30:50 $
+ *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-22 02:05:41 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -148,10 +148,10 @@
  */
 psErrorCode p_psError(
-    const char* file,                  ///< file name
-    int lineno,                        ///< line number in file
+    const char* filename,              ///< file name
+    unsigned int lineno,               ///< line number in file
     const char* func,                  ///< function name
     psErrorCode code,                  ///< Error class code
-    psBool new,                        ///< true if error originates at this location
-    const char* fmt,                   ///< printf-style format of header line
+    bool new,                          ///< true if error originates at this location
+    const char* format,                ///< printf-style format of header line
     ...                                ///< any parameters required in fmt
 );
