Index: trunk/psLib/src/image/psImage.c
===================================================================
--- trunk/psLib/src/image/psImage.c	(revision 4316)
+++ trunk/psLib/src/image/psImage.c	(revision 4330)
@@ -9,6 +9,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.69 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-18 03:13:02 $
+ *  @version $Revision: 1.70 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-21 03:01:37 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -106,5 +106,5 @@
 }
 
-psRegion psRegionFromString(char* region)
+psRegion psRegionFromString(const char* region)
 {
     psS32 col0;
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.
  *
  */
Index: trunk/psLib/src/image/psImagePixelManip.h
===================================================================
--- trunk/psLib/src/image/psImagePixelManip.h	(revision 4316)
+++ trunk/psLib/src/image/psImagePixelManip.h	(revision 4330)
@@ -8,6 +8,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-18 02:30:49 $
+ *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-21 03:01:37 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -30,5 +30,5 @@
  *  defined for psU8, psU16, psS8, psS16, psF32, psF64, psC32, and psC64.
  *
- *  @return psS32     The number of clipped pixels
+ *  @return int     The number of clipped pixels
  */
 int psImageClip(
@@ -62,5 +62,5 @@
  *  function is defined for psF32, psF64, psC32, and psC64.
  *
- *  @return psS32     The number of clipped pixels
+ *  @return int     The number of clipped pixels
  */
 int psImageClipNaN(
