Index: trunk/psLib/src/sysUtils/psAbort.h
===================================================================
--- trunk/psLib/src/sysUtils/psAbort.h	(revision 428)
+++ trunk/psLib/src/sysUtils/psAbort.h	(revision 432)
@@ -9,6 +9,6 @@
  *  @author Eric Van Alst, MHPCC
  *   
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-04-15 20:37:12 $
+ *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-04-16 02:18:57 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -45,6 +45,6 @@
  */
 void psAbort(
-    char *name,   /**< Source of abort such as file or function detected */
-    char *fmt,    /**< A printf style formatting statement defining msg */
+    const char* name,                   ///< Source of abort such as file or function detected
+    const char* fmt,                    ///< A printf style formatting statement defining msg
     ...
 );
