Index: trunk/psLib/src/image/psImage.h
===================================================================
--- trunk/psLib/src/image/psImage.h	(revision 4316)
+++ trunk/psLib/src/image/psImage.h	(revision 4330)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-18 03:13:02 $
+ *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-21 03:01:37 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -127,5 +127,5 @@
  */
 psRegion psRegionFromString(
-    char* region                       ///< image rectangular region in the form '[x0:x1,y0:y1]'
+    const char* region                 ///< image rectangular region in the form '[x0:x1,y0:y1]'
 );
 
@@ -163,5 +163,5 @@
 /** Frees all children of a psImage.
  *
- *  @return psS32      Number of children freed.
+ *  @return int      Number of children freed.
  *
  */
