Index: trunk/psLib/src/sys/psErrorCodes.h.in
===================================================================
--- trunk/psLib/src/sys/psErrorCodes.h.in	(revision 11248)
+++ trunk/psLib/src/sys/psErrorCodes.h.in	(revision 11668)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-01-23 22:47:23 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-02-06 21:36:09 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -75,7 +75,7 @@
 /** Clears error codes registered via psErrorRegister.
  *
- *  @return psBool    TRUE if given errorcode was removed, otherwise FALSE.
+ *  @return bool    TRUE if given errorcode was removed, otherwise FALSE.
  */
-psBool p_psErrorUnregister(
+bool p_psErrorUnregister(
     psErrorCode code                   ///< the error code to find and remove
 );
