Index: trunk/psLib/src/image/psImagePixelManip.h
===================================================================
--- trunk/psLib/src/image/psImagePixelManip.h	(revision 4385)
+++ trunk/psLib/src/image/psImagePixelManip.h	(revision 4534)
@@ -8,6 +8,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-25 00:51:28 $
+ *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-07-11 21:38:19 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -78,11 +78,11 @@
  *  function is defined for psU8, psS8, psS16, psF32, psF64, psC32, and psC64.
  *
- *  @return psS32         0 if success, non-zero if failed.
+ *  @return int         0 if success, non-zero if failed.
  */
-psS32 psImageOverlaySection(
+int psImageOverlaySection(
     psImage* image,                    ///< target image
     const psImage* overlay,            ///< the overlay image
-    psS32 col0,                        ///< the column to start overlay
-    psS32 row0,                        ///< the row to start overlay
+    int col0,                          ///< the column to start overlay
+    int row0,                          ///< the row to start overlay
     const char *op                     ///< the operation to perform for overlay
 );
